Send Email

POST /api/tenants/{tenant}/clients/{clientCode}/pcl/send

Sends a professional clearance letter email to the specified recipient using the configured email content block. Template variables (client, partner, manager, practice details) are automatically populated and the client is marked as PclSent.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientCode* path string

Request Body*

{
  "email": "user@example.com",
  "addressee": "string",
  "postalAddress": "string"
}

Responses

200 OK
401 Unauthorized - Invalid or missing API key
404 Not Found