Skip to main content
POST
/
drip_campaigns
/
{id}
/
pause
Pause a drip campaign
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>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.paubox.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

authorization
string
header
required

Token-based authentication. Use format: "Token token=<API_KEY>" where <API_KEY> is your API key

Path Parameters

id
string
required

The ID of the drip campaign to pause

Response

Drip campaign paused successfully

data
object