This article provides a high-level summary of the concepts and benefits behind Webhooks.


Looking for specific events types and values?  Just expand the "Events" section to view the child pages.

Background

In essence, using a webhooks framework allows Telax to expose certain events data to our partners and customers in real time.  This allows us to notify external systems of events as those events take place.


In Desktop CCA


Now let's take a look at webhooks events in a specific context.  As you may be aware, the Telax desktop Call Center Agent (CCA) client uses a Cloud CRM connector. This application, prior to webhooks, received CRM events from the CCA. The connector also performs certain actions when the CCA software triggers it to do so, based on an event.

These event-based actions could include but are not limited to:


New Configuration

Again, the previous configuration was that events were pushed from the CCA client to the CRM connector.  With the implementation of webhooks, we’ve created a server-side application that delivers events to the cloud CRM connector for each account.  This means events are pushed or "fired" from Telax servers to the external system - in this case, the CRM connector.


Related Articles




Related issues