ClientConfirmationExecutionStateDto
Execution state for a ClientConfirmation workflow step.
Read-only - written by the system during step execution.
Properties
| Name | Type | Description |
|---|---|---|
| createdAt | string | UTC timestamp of when the confirmation email was sent. |
UTC timestamp of when the confirmation email was sent. | ||
| confirmedAt | string | UTC timestamp of when the client confirmed. |
UTC timestamp of when the client confirmed. | ||
| confirmedByEmail | string | Email address of the recipient who confirmed (from magic link token). |
Email address of the recipient who confirmed (from magic link token). | ||
JSON Example
{
"createdAt": "2024-01-01T00:00:00Z",
"confirmedAt": "2024-01-01T00:00:00Z",
"confirmedByEmail": "string"
}