Schedule a Campaign
POST {{baseUrl}}/v1/campaign/:campaign_id/schedule
Schedules a campaign for a time in the future
Request Body
[{"name"=>"send_time", "value"=>"2022-01-13 00:00:00", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"queued"}