campaign.pause
The campaign.pause command is used to pause a running campaign.
TR50 Request
Pausing a campaign does not stop tasks in progress. It will prevent the execution of the next task until the campaign is resumed.
{
"cmd": {
"command": "campaign.pause",
"params": {
"id": "537a3fa6d15a702de0000007"
}
}
}
Request Parameters
Name |
Type |
Required |
Description |
---|---|---|---|
id |
String |
Yes |
The unique identifier of the campaign to pause. |
TR50 Response
If the command is sent successfully a success message is returned. Otherwise, an error and error message will be returned.
{
"cmd": {
"success": true
}
}