POST
/
v1
/
campaigns
/
send
Send a campaign
curl --request POST \
  --url https://api.useplunk.com/v1/campaigns/send \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: <content-type>' \
  --data '{
  "id": "<string>",
  "live": true,
  "delay": 123
}'
id
string
required
The ID of the campaign to send
live
boolean
default:false
Should the campaign be sent to the recipients
delay
number
The delay in minutes before sending the first email

Headers

Content-Type
string
required
application/json