API Docs / Schemas / ClientConfirmationStepConfigDto

ClientConfirmationStepConfigDto

Configuration for ClientConfirmation workflow steps.
Email template is configured in ClientPortalSettings, not per-step.

Properties

Name Type Description
messageHtml*string

HTML message displayed on the public confirmation page.
Supports Liquid template syntax (e.g., {{ Client.Name }}).

HTML message displayed on the public confirmation page.
Supports Liquid template syntax (e.g., {{ Client.Name }}).

buttonText*string

Text for the confirmation button on the public page.

Text for the confirmation button on the public page.

thankYouMessageHtml*string

HTML message displayed after the client confirms.
Supports Liquid template syntax.

HTML message displayed after the client confirms.
Supports Liquid template syntax.

recipientContactTypesarray of enum

Client contact types to send the confirmation email to.

Main Billing Payroll Accounts Director

Client contact types to send the confirmation email to.

Main Billing Payroll Accounts Director

additionalEmailAddressesarray of string

Static email addresses to send the confirmation email to.

Static email addresses to send the confirmation email to.

notifyAssigneeOnConfirmationboolean

Whether to send a notification to the step's assigned user when the client confirms.

Whether to send a notification to the step's assigned user when the client confirms.

JSON Example

{
  "messageHtml": "string",
  "buttonText": "string",
  "thankYouMessageHtml": "string",
  "recipientContactTypes": [
    "Main"
  ],
  "additionalEmailAddresses": [
    "string"
  ]
}

Contained in Schemas