API Docs / Schemas / ClientConfirmationExecutionStateDto

ClientConfirmationExecutionStateDto

Execution state for a ClientConfirmation workflow step.
Read-only - written by the system during step execution.

Properties

Name Type Description
createdAtstring

UTC timestamp of when the confirmation email was sent.

UTC timestamp of when the confirmation email was sent.

confirmedAtstring

UTC timestamp of when the client confirmed.

UTC timestamp of when the client confirmed.

confirmedByEmailstring

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"
}

Contained in Schemas