Set Up the Webhook
Provide theWebhook URL
where you want Volubile to send notifications in the Webhook Integration Settings.
Webhook Payload
Once a call is completed or failed, aPOST
request will be sent to your Webhook URL
with the details of the call. This is identical to the endpoint Get a call.
Secure the Webhook
You can choose to enable security for webhooks by generating a secret in the Webhook Integration Settings. When enabled, we will include anX-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
: