API Docs / Schemas / ScheduledSendDetailDto

ScheduledSendDetailDto

A scheduled send including its stored payload, used to prefill the edit dialogs

Properties

Name Type Description
codestring

Unique code identifying the scheduled send

Unique code identifying the scheduled send

sendTypeenum

MailboxEmail MailboxSend MailboxReply WorkflowStep DocumentRequestOpen DataFormSend DataFormBulkSend DocumentApproval EmailBroadcast

MailboxEmail MailboxSend MailboxReply WorkflowStep DocumentRequestOpen DataFormSend DataFormBulkSend DocumentApproval EmailBroadcast

statusenum

Scheduled Dispatching Sent Cancelled Failed

Scheduled Dispatching Sent Cancelled Failed

scheduledAtstring

UTC instant at which the send becomes due for dispatch

UTC instant at which the send becomes due for dispatch

displaySubjectstring

Subject/title captured at schedule time for display

Subject/title captured at schedule time for display

displayRecipientsstring

Recipient summary captured at schedule time for display

Recipient summary captured at schedule time for display

clientCodeAndNameDto
taskCodeAndNameDto
createdByUserCodeAndNameDto
createdDatestring

When the send was scheduled

When the send was scheduled

dispatchedAtstring

When the send was dispatched (success or failure). Null while pending.

When the send was dispatched (success or failure). Null while pending.

failureReasonstring

Why dispatch failed, when Status is Failed

Why dispatch failed, when Status is Failed

payloadScheduledSendPayload

JSON Example

{
  "code": "string",
  "sendType": "MailboxEmail",
  "status": "Scheduled",
  "scheduledAt": "2024-01-01T00:00:00Z",
  "displaySubject": "string"
}

Used By Operations