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
Uniquely identifies the callback event.
"d3c462b5-8afa-4d48-9af1-4f9b1f00e7bd"
The type of the callback event.
customer_service_record.status_changed "customer_service_record.status_changed"
Show child attributes
Uniquely identifies the customer service record.
"f1486bae-f067-460c-ad43-73a92848f902"
The phone number of the customer service record.
"+12065551212"
The status of the customer service record
pending, completed, failed "completed"
ISO 8601 formatted date indicating the last time where the resource was updated.
"2021-03-19T10:07:15.527Z"
ISO 8601 formatted date indicating when the callback event occurred.
"2021-03-19T10:07:15.527Z"
Identifies the type of the resource.
event "event"
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.
Was this page helpful?