Instant Outbound webhook payload
The payload Sarvam POSTs to your webhook after an instant outbound call attempt.
After each instant outbound call attempt completes — whether or not it connected — Sarvam sends a POST request to the webhook URL you provided in webhook_config when creating the call. Use this to track call outcomes, sync agent-extracted data to your systems, and trigger downstream workflows.
Payload schema
status values
channel_info properties
webhook_config properties
interaction_transcript item
Examples
Connected call
No answer
Provider failure
The webhook_config object is echoed back in every payload. If you passed custom metadata when creating the call, it appears here — useful for correlating webhooks with your internal records.