Skip to main content
PUT
/
send_campaign
Start campaign
curl --request PUT \
  --url https://yourdomain.com/send_campaign \
  --header 'Content-Type: application/json' \
  --data '
{
  "campaign": "<string>"
}
'
"Sending Campaign"

Authorizations

Admin cookie authentication (configurable in config.json)

Body

application/json
campaign
string

Campaign name

Response

Campaign started successfully

The response is of type string.

Example:

"Sending Campaign"