Overview
Resend post call webhooks for one or more call IDs. This endpoint allows you to manually trigger a resend of webhooks that were previously sent when calls completed. This endpoint can only re-send webhooks that were previously sent when calls completed. Webhooks will be re-sent to the same URL they were previously sent to.
Your API key for authentication.
Body Parameters
Array of call IDs to resend webhooks for. Each call ID must be unique within the array. Show Array Item Properties
The unique identifier of a call to resend the webhook for.
Response
Array of webhook log objects for each resent webhook. Show Array Item Properties
The unique identifier of the call this webhook is for.
The webhook payload data that was resent.
The URL the webhook was resent to.
The ID of the user/org that owns this webhook.
Timestamp of when the webhook was originally created.
Array of metadata objects about webhook send attempts. Show Array Item Properties
Timestamp of when this webhook attempt was sent.
HTTP response code received from the webhook endpoint.
Time taken to receive a response from the webhook endpoint.
How this webhook was triggered (will be “resend” in this case).
Array of error objects if any errors occurred. Show Array Item Properties
The error code. Possible values:
“invalid_parameter”: Invalid request parameters
“INTERNAL_SERVER_ERROR”: Server error occurred