This endpoint will unpause/restart a contact on a specific campaign from outreach.

Endpoint

PUT https://api.mailstand.com/contacts/{{contact_id}}

Payload Example

Send the Campaign ID that you want to unpause/restart on the contact level.

{
    "restart": "camp_abc123"
}

200 Response

{
    status: "ok"
}