Webhook sent for queue status events (triggered by Enqueue command waitUrl). 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 for queue status events (triggered by Enqueue command waitUrl).
The unique identifier of the account (user_id).
"4e71926f-8f13-450e-b91c-23c2ef786aa6"
The average wait time in seconds for the queue.
"45"
The unique identifier of the call (call_control_id).
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
Legacy call identifier, same as CallSid.
"v3:9X2vxPDFY2RHSJ1EdMS0RHRksMTg7ldNxdjWbVr9zBjbGjGsSe-aiQ"
The unique identifier of the connection.
"1234567890"
The current number of calls in the queue.
"3"
The phone number or SIP address of the caller.
"+35319605860"
The current position of the call in the queue.
"2"
The unique identifier of the queue.
"my-queue"
The time in seconds the call has been in the queue.
"30"
The phone number or SIP address that was called.
"+13129457420"
The server must return an HTTP 200, otherwise we will reattempt delivery at the failover webhook URL.