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.com/v1/marketing/drip_campaigns/{id}/start \ --header 'authorization: <api-key>'
{ "data": { "jids": [ "<string>" ] } }
Starts 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 start
Drip campaign started successfully
Show child attributes