Campaigns
Pause Campaign
Pause a running campaign to temporarily stop 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 pause.
Response
Returns the updated campaign object with status set topaused. A paused campaign can be resumed later. This is commonly used with gradual-send campaigns to temporarily stop delivery without losing progress.
Indicates whether the request was successful.
The paused campaign object.