Use this method to create a call webhook.
Wavix sends POST callbacks to your webhook URL for on-call and post-call events.
on-call webhook to receive real-time call status updates. It’s triggered when a call is initiated, answered, and ends.post-call webhook is triggered after the call ends. The callback includes details such as call disposition, duration, and cost.Bearer token using appid (Authorization: Bearer
Webhook configuration
Webhook URL to send call events to.
"https://you-site.com/webhook"
Use on-call to receive real-time status updates. Callbacks are sent when the call is initiated, answered, and ended.
Use post-call to receive a callback after the call ends. The callback includes details such as call disposition, duration, and cost.
post-call, on-call "post-call"