Webhook sent when a DTMF digit is received during a TeXML call. 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
Webhook sent when a DTMF digit is received during a TeXML call.
The unique identifier of the account (user_id).
"f5586561-8ff0-4291-a51b-c7dfe4139ff9"
The timestamp when the call was initiated.
"2024-01-15T10:30:26.028Z"
The unique identifier of the call (call_control_id).
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
Legacy call identifier, same as CallSid.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
The status of the call.
dtmf "dtmf"
The source of the callback.
call-progress-events "call-progress-events"
The unique identifier of the connection.
"1234567890"
The DTMF digit that was pressed (0-9, *,
"5"
The phone number or SIP address of the caller.
"+35319605860"
The sequence number of the event.
3
The UTC timestamp when the webhook was generated.
"2024-01-15T10:30:00Z"
The phone number or SIP address that was called.
"+13129457420"
The display name of the caller.
"John Doe"
Error code if an error occurred (conditional).
"10001"
Error message if an error occurred (conditional).
"Call failed"
The unique identifier of the parent call (conditional, only present for outbound calls initiated via Dial).
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
Legacy parent call identifier, same as ParentCallSid (conditional, only present for outbound calls initiated via Dial).
"v3:MdI91X4lWFEs7IgbBEOT9M4AigoY08M0WWZFISt1Yw2axZ_IiE4pqg"
SHAKEN/STIR attestation level (conditional, only present if shaken_stir_data is available).
"A"
Whether SHAKEN/STIR validation passed (conditional, only present if shaken_stir_data is available).
true
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.