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
Identifies the type of the resource.
event "event"
Identifies the type of resource.
"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
The type of event being delivered.
fax.sending.started "fax.sending.started"
Show child attributes
The ID of the connection used to send the fax.
"234423"
The direction of the fax.
inbound, outbound "outbound"
Identifies the fax.
"0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
The original URL to the PDF used for the fax's media. If media_name was supplied, this is omitted
"https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf"
The media_name used for the fax's media. Must point to a file previously uploaded to api.telnyx.com/v2/media by the same user/organization. media_name and media_url/contents can't be submitted together.
"my_media_uploaded_to_media_storage_api"
The phone number, in E.164 format, the fax will be sent to or SIP URI
"+13127367276"
The phone number, in E.164 format, the fax will be sent from.
"+13125790015"
Identifier of the user to whom the fax belongs
"yfff7c54-4df3-4bca-a65a-3da1ecc777f0"
The status of the fax.
sending "sending"
State received from a command.
"aGF2ZSBhIG5pY2UgZGF5ID1d"
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.
Was this page helpful?