UpdateScheduledSendRequest
Reschedules a pending scheduled send and optionally replaces its editable payload content.
Only Scheduled and Failed rows can be updated.
Properties
| Name | Type | Description |
|---|---|---|
| scheduledAt | string | The new UTC dispatch instant. Required, and must be in the future. |
The new UTC dispatch instant. Required, and must be in the future. | ||
| payload | ScheduledSendPayload | |
JSON Example
{
"scheduledAt": "2024-01-01T00:00:00Z",
"payload": {
"configCode": "string",
"email": "...",
"reply": "...",
"replyToMessageId": "00000000-0000-0000-0000-000000000000",
"taskCode": "string"
}
}