Skip to main content

Update broadcast campaign

Description

Updates campaign details, changes an existing campaign settings.

Request URL

Method: POST

https://example.com/api/v1.1/campaigns/broadcasts/update

Request parameters

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
idint1YesCampaign ID
formatstring"json"NoResponse data format.
By default – json
namestring"Broadcast campaign name"YesCampaign name
is_activebooltrueNoActivate or deactivate campaign
data_typestring"list"YesAudience source type
data_idint12YesAudience source ID
resource_idint24NoResource ID
contentJSON array
YesMessage template object
subidstring"Adv_1"NoCampaign SubID
start_scheduleJSON object
NoStart schedule object
limitint0NoCampaign cycle limitation
aglimit_countint0NoIncrease limit each cycle — number
agllimit_percentfloat99.0NoIncrease limit each cycle — percent
policy_idint1NoSending policy ID
push_sending_modestring"fanout" (default)
"last"
NoPush notification sending mode (push channels only)
Smart settings
virtual_sender_idint12NoVirtual sender ID
(Smart accounts)
is_random_tracking_prefixboolfalseNoRandom tracking domain prefix
(Smart accounts)
custom_tracking_domainsJSON array["trk.example.com", "trk2.example.com"]NoTracking domains list
(Smart accounts)
blind_carbon_copyJSON array["john@example.com", "george@example.com"]NoHidden copy email addresses
(Smart accounts)
unconditional_sendingbooltrueNoSend messages regardless of subscription status
(Smart accounts)
watched_list_idint12NoCampaign watchers database ID
(Smart accounts)
watcher_limitint100NoWatchers limit
(Smart accounts)
info

You cannot change the channel in a saved campaign. When passing such parameters as send_channel, content_type, send_email_content, send_sms_content, send_push_content, the request will not return an error, but it will not update the sending channel either.

Request example

{
"content": [
{
"from_email": "broadcast@altcraft.com",
"from_name": "",
"message_id": 2549,
"replyto_email": "broadcast@altcraft.com",
"replyto_name": "",
"subject": "Hi!"
}
],
"custom_tracking_domains": [
"trk.example.com",
"trk.example.org"
],
"data_id": 2690,
"data_type": "segment",
"id": 4800,
"is_active": true,
"limit": 10,
"name": "Broadcast",
"resource_id": 200,
"start_schedule": {
"start_hours": [
1,
2,
3,
4
],
"start_mdays": [
1
],
"start_mins": [
1,
2,
3,
4
],
"start_months": [
12
],
"start_wdays": [],
"start_years": [
2020
]
},
"token": "abcdefghijklmnqrstuvwxyz",
"virtual_sender_id": 8
}

Response example

{
"data": {
"saved_id": 4800
},
"error": 0,
"error_text": "Successful operation"
}

Response parameters

ParameterTypeDescription
errorintError code
error_textstringError text
saved_idintCampaign ID