API Docs / Schemas / UpdateScheduledSendRequest

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
scheduledAtstring

The new UTC dispatch instant. Required, and must be in the future.
Nullable so an omitted value reports "a scheduled time is required" rather than binding
to DateTime.MinValue and reporting "must be in the future".

The new UTC dispatch instant. Required, and must be in the future.
Nullable so an omitted value reports "a scheduled time is required" rather than binding
to DateTime.MinValue and reporting "must be in the future".

payloadScheduledSendPayload

JSON Example

{
  "scheduledAt": "2024-01-01T00:00:00Z",
  "payload": {
    "configCode": "string",
    "email": "...",
    "reply": "...",
    "replyToMessageId": "00000000-0000-0000-0000-000000000000",
    "taskCode": "string"
  }
}

Used By Operations