v1
latestOpenAPI 3.1.02026-07-2414238909.1 KBUpdate a scheduled bulk send out - campaign
Update an already scheduled campaign.
put/sms/{trackingId}
Path parameters
trackingIdstring required
the campaign’s tracking id.
Headers
Content-Typestring required
application/json
Authorizationstring required
Bearer {access_token}
Request body
Response
200
Example response
{
"campaignName": "updatedCampaign",
"trackingId": "40985880-96a9-42d6-b592-f447b2428a5f",
"type": "Sms",
"state": "Scheduled",
"createdAt": "2017-05-20T12:10:50.3Z",
"respectQuietHours": true,
"scheduledDate": "2020-12-24T10:54:54.098Z",
"from": "Routee",
"to": [
"+30697xxxxxxxx"
],
"body": "The scheduled campaign has been updated",
"smsAnalysis": {
"numberOfRecipients": 3,
"recipientsPerCountry": {
"GR": 3
},
"recipientCountries": {
"+30693xxxxxxxx": "GR",
"+30694xxxxxxxx": "GR",
"+30697xxxxxxxx": "GR"
},
"bodyAnalysis": {
"parts": 1,
"characters": 39
}
},
"callback": {
"url": "http://xxx.xxxxxxxx.xxx/xxxxx",
"strategy": "OnChange"
},
"totalMessages": 3
}