Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.paubox.net/v1/orca/{username}/drip_campaigns/{id}/pause \ --header 'authorization: <api-key>'
{ "data": { "drip_campaign_id": "<string>", "status": "<string>" } }
Pauses a drip campaign
Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key
The ID of the drip campaign to pause
Drip campaign paused successfully
Show child attributes