Webhook Examples
Post Call Webhook
POST
Overview
The post call webhook allows you to receive real-time notifications after each call ends. This webhook sends a POST request to your specified URL containing detailed information about the completed call.
Request Format
When a call ends, our system will send a POST request to your configured URL. The request body will contain data in JSON format.
Security Considerations
To ensure the security of your webhook, we recommend: Using an HTTPS URL
Configuring the Webhook
You can configure the post call webhook URL in the “Agent” > “Setting” > “General” > “Webhook” section of your control panel.
Response
200
application/json
Successful response
The response is of type object
.