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