Receive Campaign Network Status Update Webhook
Any time a campaign changes status on carrier side, an event is sent. You need to subscribe to this event over 'REGISTRATION' channel, and specify the 'CAMPAIGN_NETWORK_STATUS_UPDATE' event.
post
https://{yourDomain}/your/webhook/path
Request Body schema:
application/jsoncollapse all -
results | Array of objects Incoming events | ||||||||||||||||||||||
Array
|
Responses
200
Your server returns this code if it accepts the callback.
Request samples
- Payload
Content type
application/json
Copy
Collapse all {- "results": [
- {
- "event": "CAMPAIGN_NETWORK_STATUS_UPDATE",
- "receivedAt": "2025-03-31T09:52:55Z",
- "content": {
- "campaignId": "38a1c2c6-55f2-11ee-a061-325096b39f47",
- "campaignNetwork": "VERIZON",
- "campaignNetworkStatus": "ACTIVE"
}, - "platform": {
- "applicationId": "application-id",
- "entityId": "entity-id"
}
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See