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 subscribe to channels and whenever we publish on that channel, you get events!

You’ve got these channels to subscribe to:

  1. Presence events for employees and employee groups on a company basis.
  2. General call events on a company, when new calls come in etc.

Start digging into our Pub/sub guide.