Webhooks are basically user-defined HTTP (URL) callbacks that are triggered by specific events. The following scenario helps you get an idea about how it works.
Imagine a doorbell system – A button near the door, and a bell in your living room. When a visitor pushes the button, the bell rings to notify you about the visitor at door.
A signal is sent from the button to the doorbell (to ring), whenever a visitor pushes the button.
Similarly, when you integrate banter with your business’s specific webhook URL, all the data such as Missed Calls, Disconnected Calls, Voicemails, and Completed Call as well as Sent and Received text notifications are pushed to your specific Webhook URL.
Note that users can download the complete data (to and from details) only in JSON format.
Comments