Webhook

The webhook URL is where Vaanii sends post-call events whenever a call on the campaign completes. Set it at campaign creation, or update it any time with `PATCH /api/v1/campaigns/{campaign_id}/webhook`.

PATCH/api/v1/campaigns/{campaign_id}/webhook
FieldTypeDescription
webhook_urlURL (string, ≤ 512 chars)URL that receives post-call events.

Example: "https://your-app.example.com/vaanii/call-completed"

It can also be updated directly via PATCH /api/v1/campaigns/{campaign_id}/webhook.