post https://a.klaviyo.com/api/v1/campaign//schedule
Schedules a campaign for a time in the future
Response
Schedules a campaign for a time in the future
xxxxxxxxxx
curl --request POST \
--url 'https://a.klaviyo.com/api/v1/campaign/CAMPAIGN_ID/schedule?api_key=PRIVATE_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data 'send_time=2022-01-13 00:00:00'
xxxxxxxxxx
{
"status": "queued"
}