cURL
curl --request PUT \ --url https://yourdomain.com/schedule_campaign \ --header 'Content-Type: application/json' \ --cookie admin_cookie= \ --data ' { "campaign": "<string>", "start_time": 123 } '
"Scheduled Campaign"
Set a future time to start sending the campaign
Admin cookie authentication (configurable in config.json)
Campaign name
Unix epoch timestamp to start campaign
Campaign scheduled successfully
The response is of type string.
string