Check out our upcoming events and meetups! View events →
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.
{
"data": {
"event_type": "fax.sending.started",
"id": "95479a2e-b947-470a-a88f-2da6dd07ae0f",
"occurred_at": "2020-05-05T13:08:22.039204Z",
"payload": {
"connection_id": "234423",
"direction": "outbound",
"fax_id": "f8338808-3dc6-4f2b-942a-5d1f39255784",
"from": "+17733372107",
"original_media_url": "http://www.example.com/fax.pdf",
"status": "sending",
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"to": "+15107882622",
"user_id": "19a75cea-02c6-4b9a-84fa-c9bc8341feb8"
},
"record_type": "event"
},
"meta": {
"attempt": 1,
"delivered_to": "https://www.example.com/webhooks"
}
}Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
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
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.
Was this page helpful?
{
"data": {
"event_type": "fax.sending.started",
"id": "95479a2e-b947-470a-a88f-2da6dd07ae0f",
"occurred_at": "2020-05-05T13:08:22.039204Z",
"payload": {
"connection_id": "234423",
"direction": "outbound",
"fax_id": "f8338808-3dc6-4f2b-942a-5d1f39255784",
"from": "+17733372107",
"original_media_url": "http://www.example.com/fax.pdf",
"status": "sending",
"client_state": "aGF2ZSBhIG5pY2UgZGF5ID1d",
"to": "+15107882622",
"user_id": "19a75cea-02c6-4b9a-84fa-c9bc8341feb8"
},
"record_type": "event"
},
"meta": {
"attempt": 1,
"delivered_to": "https://www.example.com/webhooks"
}
}