NotifyClientDocumentsRequest
Sends the specified recipients one email covering one or more documents, each with its own
secure link to view it in the portal.
Properties
| Name | Type | Description |
|---|---|---|
| documentCodes* | array of string | The codes of the documents to notify the client about. Duplicates are ignored. |
The codes of the documents to notify the client about. Duplicates are ignored. | ||
| recipientEmails | string | Comma-separated email addresses of recipients to send the notification to |
Comma-separated email addresses of recipients to send the notification to | ||
| message | string | Optional personal message included in the notification email via the |
Optional personal message included in the notification email via the | ||
| includeAttachment | boolean | Whether to attach the document files to the notification email in addition to the view |
Whether to attach the document files to the notification email in addition to the view | ||
JSON Example
{
"documentCodes": [
"string"
],
"recipientEmails": "string",
"message": "string",
"includeAttachment": false
}