💾
💾
💾
💾
api
Search…
⌃K

Campaign - Resubmit

Full Url

Arguments

  • token (required)
  • campaign_id (required)
  • mno_ids (required) (ex. [10017,10035])

Info

This endpoint can be used to solve these problems: 1) Campaign is missing MNO campaign operation record for one or more networks, so we want to add backfill those missing records. 2) CRE for specific carriers were updated, which grants brands better terms. Customer wants existing campaign to be retroactively updated to reflect newly assigned message class. Please note that running this endpoint could potentially downgrade campaign business terms.

Example Success

{
code: 200,
status: "success",
data: {
"campaign_id":"CI9QDWK",
"mno_metadata":{
"10017":{
"tpm_scope":"CAMPAIGN",
"min_msg_samples":1,
"msg_class":"E",
"req_subscriber_optout":true,
"mno_review":false,
"no_embedded_phone":false,
"mno":"AT&T",
"tpm":240,
"req_subscriber_help":true,
"req_subscriber_optin":true,
"mno_support":true,
"no_embedded_link":false,
"qualify":true
},
"10035":{
"min_msg_samples":1,
"req_subscriber_help":true,
"req_subscriber_optout":false,
"brand_daily_cap":2000,
"req_subscriber_optin":true,
"mno_review":false,
"mno_support":true,
"brand_tier":"LOW",
"no_embedded_link":false,
"no_embedded_phone":false,
"qualify":true,
"mno":"T-Mobile"
}
}
}
}