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.
{
"brandId": "d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5",
"campaignId": "4b300178-131c-d902-d54e-72d90ba1620j",
"createDate": "<string>",
"cspId": "<string>",
"isTMobileRegistered": true,
"type": "TELNYX_EVENT",
"description": "Campaign has been marked as dormant",
"status": "DORMANT"
}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
Brand ID associated with the campaign.
"d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5"
The ID of the campaign.
"4b300178-131c-d902-d54e-72d90ba1620j"
Unix timestamp when campaign was created.
Alphanumeric identifier of the CSP associated with this campaign.
Indicates whether the campaign is registered with T-Mobile.
TELNYX_EVENT, REGISTRATION, MNO_REVIEW, TELNYX_REVIEW, NUMBER_POOL_PROVISIONED, NUMBER_POOL_DEPROVISIONED, TCR_EVENT, VERIFIED "TELNYX_EVENT"
Description of the event.
"Campaign has been marked as dormant"
The status of the campaign.
ACCEPTED, REJECTED, DORMANT, success, failed "DORMANT"
The server must return a HTTP 200, otherwise we will reattempt to deliver the webhook to the failover URL.
Was this page helpful?
{
"brandId": "d88dd2aa-1bb9-4ef0-9ec8-1752b80316a5",
"campaignId": "4b300178-131c-d902-d54e-72d90ba1620j",
"createDate": "<string>",
"cspId": "<string>",
"isTMobileRegistered": true,
"type": "TELNYX_EVENT",
"description": "Campaign has been marked as dormant",
"status": "DORMANT"
}