Webhooks
Webhook
Webhooks provide instant notifications when your phone calls are completed.
Set up custom automations on your end when you receive webhook events from Volubile.
Configure webhook
Provide the Webhook URL
where you want Volubile to send notifications in the Integration Settings
Webhook payload
Once a call is completed or fails, a POST
request will be sent to your Webhook URL
with the details of the call. Same as Get a call endpoint.
Securing webhook
You can choose to enable security for webhooks by generating a secret in the Integration Settings.
When enabled, we will include an X-Webhook-Signature
in the request headers to your Webhook URL
allowing you to verify that the payload originated from Volubile.
Below is sample code demonstrating how to verify the HMAC signature
: