Campaign control
The following Calls API methods can control the campaign execution:
Method | Description |
---|---|
POST https://app.aimylogic.com/api/calls/campaign/{token}/control/pause | Pause a call campaign. |
POST https://app.aimylogic.com/api/calls/campaign/{token}/control/resume | Resume a paused call campaign. |
POST https://app.aimylogic.com/api/calls/campaign/{token}/control/stop | Stop a call campaign. |
caution
With the help of API methods you can stop particular phone calls, but you cannot stop the call campaign.
To stop the call campaign, use the Stop call campaign button on the page of your call campaign in Aimylogic. This will assign the Not made status to all phone calls from the call campaign.
To stop the call campaign, use the Stop call campaign button on the page of your call campaign in Aimylogic. This will assign the Not made status to all phone calls from the call campaign.
Example request
curl --request POST 'https://app.aimylogic.com/api/calls/campaign/8231.7056.1b131df1/control/pause'