API Docs / Operations / Client - Documents / Notify Client of Documents

Notify Client of Documents

POST /tenants/{tenant}/clients/{client}/clientdocument/notify

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

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
{
  "documentCodes": [
    "string"
  ],
  "recipientEmails": "string",
  "message": "string",
  "includeAttachment": false
}

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found