SMS Campaigns
Creates an SMS campaign
post/smsCampaigns
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 created
Example response
{
"id": 122
}