Return Back to API List
API Call Information
area: email
action: resumecampaign
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=resumecampaign&id=12345
API Call Result:
email - resumecampaign
Resumes a campaign given a campaign id
API Call Information
area: email
action: resumecampaign
API Arguments
| Argument | Data Type | Required | Description |
| id | integer | Yes | campaign id |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=resumecampaign&id=12345
API Call Result:
| XML Response | JSON Response |
| <response> <success>Campaign is pending</success> </response> |
{
"success": "Campaign is pending"
} |