post https://external-api.xtremepush.com/api/external/start/campaign
Used to start a paused/stopped campaign
Examples
Start a paused campaign:
curl --request POST \
--url https://external-api.xtremepush.com/api/external/start/campaign \
--header 'content-type: application/json' \
--data '{
"apptoken": "YOUR_APPTOKEN",
"id": "CAMPAIGN_ID"
}'
Limitations
It is not possible to:
- Start campaigns in Past status (unless they have been stopped before their configured end time).
- Start stopped multi-stage journey campaigns. Learn more.