Create and send post call webhooks for specified calls.
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.
Your API key for authentication.
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.
Array of webhook objects for each created webhook.
Array of error objects if any errors occurred.
Create and send post call webhooks for specified calls.
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.
Your API key for authentication.
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.
Array of webhook objects for each created webhook.
Array of error objects if any errors occurred.