New Pub/sub API
Today we’ve got a new thing for people who use our API: a pubsub variant. This variant gives your apps near real time updates about what happens on a Relatel account.
Our Pub/sub works with any Faye, and thereby any Bayeux, clients. You install a client and open a WebSocket connection
to our servers. Then you sub
scribe to channels and whenever we pub
lish on that channel, you get events!
You’ve got these channels to subscribe to:
- Presence events for employees and employee groups on a company basis.
- General call events on a company, when new calls come in etc.
Start digging into our Pub/sub guide.