Campaigns
Resume Campaign
Resume a paused campaign to continue sending emails using the AutoSend API.
POST
MCP Access Blocked — This endpoint is not accessible via MCP (Model Context Protocol) integrations. It must be called directly using your API token from your own infrastructure.
Authorizations
Bearer authentication header of the form Bearer
<token>, where <token> is your auth token.Path Parameters
The id of the campaign to resume.
Response
Returns the updated campaign object after resuming. Sending will continue from where it was paused. The status transitions back tosending or sending_gradual depending on the campaign’s send mode.
Indicates whether the request was successful.
The resumed campaign object.