API Docs / Schemas / EmailExecutionStateDto

EmailExecutionStateDto

Execution state for a SendEmail workflow step.
Contains information about the sent email after execution.
Read-only - written by the system during step execution, never edited by users.

Properties

Name Type Description
emailMessageIdstring

The GUID returned by the email service when the email was queued.
Used to query delivery status via the email history endpoints.

The GUID returned by the email service when the email was queued.
Used to query delivery status via the email history endpoints.

sentAtstring

UTC timestamp of when the email was queued for sending.

UTC timestamp of when the email was queued for sending.

JSON Example

{
  "emailMessageId": "00000000-0000-0000-0000-000000000000",
  "sentAt": "2024-01-01T00:00:00Z"
}

Contained in Schemas