Post Call
Create Post Call Webhook
Create and send post call webhooks for specified calls.
POST
Overview
Create and send post call webhooks for one or more call IDs. This endpoint allows you to create webhooks for calls that don’t already have webhooks configured. The webhooks will be sent immediately after creation to the specified webhook URL. If the call has already sent a post call webhook, this endpoint will return an error.
Headers
Your API key for authentication.
Body Parameters
Array of call IDs to create and send webhooks for. Each call ID must be unique within the array.
The URL where the webhook payloads should be sent.
Response
Array of webhook objects for each created webhook.
Array of error objects if any errors occurred.