SMS Campaigns
Update an SMS campaign
put/smsCampaigns/{campaignId}
Path parameters
campaignIdinteger required
id of the SMS campaign
Request body
Example request
{
"name": "Spring Promo Code",
"sender": "MyShop",
"content": "Get a discount by visiting our NY store and saying : Happy Spring!",
"recipients": {
"listIds": [
54
],
"exclusionListIds": [
15
]
},
"scheduledAt": "2017-05-05T12:30:00+02:00",
"unicodeEnabled": true,
"organisationPrefix": "MyCompany",
"unsubscribeInstruction": "send Stop if you want to unsubscribe."
}Response
SMS campaign updated