Add Magic:
Add Magic:
How to send any call data to a webhook on Zapier
Learn how to get any call data to a webhook in another application. Many use cases require that complex data from a call are sent in real-time to another system, e.g. Your applications, CRM, ticketing, inventory systems, etc. This video shows how to send the data to a webhook. In this example, we use a webhook on Zapier to receive the call data.
Note that any other webhook will also do the trick. You just need an endpoint that can receive any data payload from another API.
The methods used in this video will also apply to almost any use case where data is sent in real-time to another system. Here are example processes that are often implemented using this approach:
In our specific use case example, we are selecting in the IVR whether to offer the caller a survey. We then put the outcome (true or false) of that selection in a variable ivr.mysession.pcs (pcs standing for post call survey). Then this variable along with the standard set of call data is sent as a JSON text to a webhook on Zapier. The video also shows how to set up the webhook on Zapier to receive the call data.