Campaigns
Update Campaign
Pause or resume a campaign
PATCH
Update a campaign’s state. Currently supports pausing and resuming campaigns.Documentation Index
Fetch the complete documentation index at: https://docs.sendpilot.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Your API key
The campaign ID
The action to perform. Options:
pause, resumeResponse
Whether the action was successful
Campaign identifier
The action that was performed
The new status of the campaign
Confirmation message
When a campaign is paused or resumed, the corresponding webhook event (
campaign.paused or campaign.resumed) will be sent to your registered webhook endpoints.Authorizations
API key for authentication
Path Parameters
Campaign ID
Body
application/json
Action to perform on the campaign
Available options:
pause, resume