WhatsApp Campaigns
Update a WhatsApp campaign
put/whatsappCampaigns/{campaignId}
Path parameters
campaignIdinteger required
Id of the campaign
Request body
Example request
{
"campaignName": "Test WhatsApp",
"campaignStatus": "scheduled",
"rescheduleFor": "2017-06-01T10:30:00.000+0000",
"recipients": {
"excludedListIds": [
8
],
"listIds": [
32
],
"segments": [
23
]
}
}Response
WhatsApp Campaign has been updated
Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
- ▲