Configure and test
- Open the voice agent and go to Advanced → Post-call.
- Set the outgoing webhook URL. The inbound webhook supplies agent context and serves a different purpose.
- Save and publish the agent configuration.
- Make a controlled call through Test agent and wait for analysis.
- Inspect the received body and HTTP response in your receiver and in Calls → Webhooks.
Investigate delivery
Open an event in Calls → Webhooks to inspect its URL, status, attempts, HTTP response, raw data, and associated call.
Store the event ID alongside the call ID in your logs. Make your receiver tolerate repeated deliveries: a retry must not create duplicate tickets or repeat an operation.
These deliveries are separate from messaging channel webhooks, inbox automations, and lead-routing events. Each has its own configuration and content.
Frequently asked questions
Does retrying place another call?
Does retrying place another call?
No. It retries event delivery. Your receiver may repeat actions unless it handles duplicates.
Is the inbound webhook the same?
Is the inbound webhook the same?
No. The inbound webhook obtains context before the conversation; the outgoing webhook delivers call information.
What should I send support?
What should I send support?
The event ID, call ID, date, and HTTP response, with receiver secrets removed.
