SMS Campaigns
Get an SMS campaign
get/smsCampaigns/{campaignId}
Path parameters
campaignIdinteger required
id of the SMS campaign
Response
SMS campaign informations
Example response
{
"id": 2,
"name": "PROMO CODE",
"status": "draft",
"content": "Visit our Store and get some discount !",
"scheduledAt": "2017-06-01T12:30:00Z",
"sender": "MyCompany",
"createdAt": "2017-06-01T12:30:00Z",
"modifiedAt": "2017-05-01T12:30:00Z",
"recipients": {
"lists": [
21
],
"exclusionLists": [
13
]
},
"statistics": {
"delivered": 2987,
"sent": 3000,
"softBounces": 3,
"hardBounces": 1,
"unsubscriptions": 3,
"answered": 2
}
}