Create Schedule
Create a scheduled message.
In the example body, a schedule JSON object is sent via POST. In this case:
Schedule a message for campaign 5196 to send email 49480 to segment 13142 at UTC 2024-03-25T15:30:00.
HTTP Response Examples
200
{
"id": 38453,
"tenantid": 12,
"campaignId": 5196,
"contactMethod": "SendEmail",
"messageId": 49480,
"segments": [
13142
],
"excludes": [],
"dateScheduled": "2023-09-25T15:30:00",
}