Campaigns
Abort Campaign
Abort a running campaign to immediately stop all pending email sends 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 abort.
Response
Returns the updated campaign object with status set toaborted. Aborting a campaign immediately stops all pending sends. Emails already sent are not recalled.
Indicates whether the request was successful.
The aborted campaign object.