Notify Client of Documents
Sends the specified recipients a single email with a secure link to each document, optionally attaching the files. Completes a linked Upload a Document workflow step.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
Request Body*
{
"documentCodes": [
"string"
],
"recipientEmails": "string",
"message": "string",
"includeAttachment": false
}
Responses
200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found