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 |
|---|---|---|
| emailMessageId | string | The GUID returned by the email service when the email was queued. |
The GUID returned by the email service when the email was queued. | ||
| sentAt | string | 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"
}