This webhook uses Telnyx headers (telnyx-timestamp, telnyx-signature-ed25519) that are compatible with Standard Webhooks specification for SDK generation. Custom validation logic can map these to standard webhook-timestamp and webhook-signature equivalents. See https://github.com/standard-webhooks/standard-webhooks for details.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unix timestamp (seconds since epoch) of when the webhook was sent - compatible with webhook-timestamp Unix timestamp for replay attack prevention
Base64 encoded Ed25519 signature for webhook verification - compatible with webhook-signature Ed25519 signature of timestamp|payload for verification
Show child attributes
Identifies the type of the resource.
event "event"
The type of event being delivered.
call.refer.failed "call.refer.failed"
Identifies the type of resource.
"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
ISO 8601 datetime of when the event occurred.
"2018-02-02T22:25:27.521992Z"
Show child attributes
Unique ID for controlling the call.
"v2:OycMASgvIjsGIAVEx8x3n9rYeKnUJx6a3V8VGhs5futnr17KZhujZA"
ID that is unique to the call and can be used to correlate webhook events.
"428c31b6-7af4-4bcb-b7f5-5013ef9657c1"
ID that is unique to the call session and can be used to correlate webhook events. Call session is a group of related call legs that logically belong to the same phone call, e.g. an inbound and outbound leg of a transferred call.
"428c31b6-abf3-3bc1-b7f4-5013ef9657c1"
Call Control App ID (formerly Telnyx connection ID) used in the call.
"7267xxxxxxxxxxxxxx"
State received from a command.
"aGF2ZSBhIG5pY2UgZGF5ID1d"
Number or SIP URI placing the call.
"+35319605860"
SIP NOTIFY event status for tracking the REFER attempt.
603
Destination number or SIP URI of the call.
"+13129457420"
{
"record_type": "event",
"event_type": "call.refer.failed",
"id": "fbeb70e0-54eb-4e26-8d19-56b43e66f754",
"occurred_at": "2020-03-30T13:29:42.130013Z",
"payload": {
"call_control_id": "v2:OycMASgvIjsGIAVEx8x3n9rYeKnUJx6a3V8VGhs5futnr17KZhujZA",
"call_leg_id": "817f7de8-728a-11ea-9ce6-02420a0f8969",
"call_session_id": "817f8c2a-728a-11ea-9cbe-02420a0f8969",
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"connection_id": "1289082222292239760",
"from": "+35319605860",
"sip_notify_response": 603,
"to": "+13129457420"
}
}The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.
Was this page helpful?