POST Resend Failed Emails​
POST
/campaigns-pro/{id}/resend-failed-emails
Reschedule all failed campaign emails for resending. Sets failed emails back to 'scheduled' status and changes the campaign status to 'working' so the email processor picks them up again.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The campaign ID.
Type
Requiredinteger
Responses​
Failed emails rescheduled successfully.
application/json
JSON
{
"message": "string"
}