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/json
collapse all -
results
Array of objects

Incoming events

Array
event
string
Value: "CAMPAIGN_NETWORK_STATUS_UPDATE"

The name of the event.

receivedAt
string <date-time>

Date and time when Infobip received the event.

content
object

Event content.

campaignId
string <uuid>

The ID of campaign.

campaignNetwork
string
Enum: "CAMPAIGN_REGISTRY" "T_MOBILE" "ATT" "VERIZON" "CLEARSKY" "US_CELLULAR_SMS" "INTEROP" "GOOGLE_VOICE" "US_CELLULAR_MMS"

The network a campaign is submitted to.

campaignNetworkStatus
string
Value: "ACTIVE"

The new campaign registration status for a given network.

platform
object

Platform properties.

applicationId
string

Campaign application id.

entityId
string

Campaign entity id.

Responses

200

Your server returns this code if it accepts the callback.

Request samples

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"
        }
      }
    ]
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.