DocumentUploadStepConfigDto
Configuration for DocumentUpload (Upload a Document) workflow steps.
Used for both workflow template definition and task workflow step instance customization.
Properties
| Name | Type | Description |
|---|---|---|
| title | string | Optional default title for the document. |
Optional default title for the document. | ||
| summary | string | Optional default summary for the document. |
Optional default summary for the document. | ||
| categoryCode | string | Optional default document category code. |
Optional default document category code. | ||
| sendNotification | boolean | Whether to send the client a notification email with a link to view the document. |
Whether to send the client a notification email with a link to view the document. | ||
| message | string | Optional personal message included in the notification email via the |
Optional personal message included in the notification email via the | ||
| recipientIncludeBusinessEmail | boolean | Whether to send the notification email to the client's business email |
Whether to send the notification email to the client's business email | ||
| recipientContactTypes | array of enum | Client contact types to send the notification email to. |
Client contact types to send the notification email to. | ||
| additionalEmailAddresses | array of string | Static email addresses to send the notification email to. |
Static email addresses to send the notification email to. | ||
| includeAttachment | boolean | Whether to attach the document file to the notification email |
Whether to attach the document file to the notification email | ||
| documentTemplate | CodeAndNameDto | |
| designThemeCode | string | Optional design theme override for PDF generation. |
Optional design theme override for PDF generation. | ||
| templateTokenValues | object | Token values for template rendering, keyed by token name |
Token values for template rendering, keyed by token name | ||
| portalFolderPath | string | Default portal folder path for the document. |
Default portal folder path for the document. | ||
| visibleInClientPortal | boolean | Default for whether the document is visible to the client in the portal. |
Default for whether the document is visible to the client in the portal. | ||
JSON Example
{
"title": "string",
"summary": "string",
"categoryCode": "string",
"sendNotification": false,
"message": "string"
}