SendEmailBroadcastRequest
Optional body for the send broadcast endpoint. An empty body (or null ScheduledAt)
sends immediately, exactly as before.
Properties
| Name | Type | Description |
|---|---|---|
| scheduledAt | string | When set, the broadcast is not sent now: it moves to Scheduled status and is dispatched |
When set, the broadcast is not sent now: it moves to Scheduled status and is dispatched | ||
JSON Example
{
"scheduledAt": "2024-01-01T00:00:00Z"
}