Webhooks provide instant notifications when your phone calls are completed.
Webhook URL
where you want Volubile to send notifications in the Webhook Integration Settings.
POST
request will be sent to your Webhook URL
with the details of the call. This is identical to the endpoint Get a call.
X-Webhook-Signature
in the request headers to your Webhook URL
, allowing you to verify that the payload comes from Volubile.
Here is an example code demonstrating how to verify the HMAC signature
: