---
title: "Email the estimate PDF to the client through the unified communications inbox.
Composes an Email-channel message (visible in /chat) with the rendered PDF
attached, then records the presentation: Draft plans bump to Presented and a
PlanPresented consent event is logged either way."
method: POST
path: "/Estimates/{id}/email-to-client"
tags: ["Estimates"]
---

# Email the estimate PDF to the client through the unified communications inbox.
Composes an Email-channel message (visible in /chat) with the rendered PDF
attached, then records the presentation: Draft plans bump to Presented and a
PlanPresented consent event is logged either way.

`POST /Estimates/{id}/email-to-client`

## Path parameters

- `id` string, required

## Request body

- EmailEstimateToClientRequest — Request to email the estimate PDF to the client via the communications inbox.
  - `recipientEmail` string, nullable — Overrides the client's email on file when provided.
  - `message` string, nullable — Email body; a default message is used when omitted.
  - `subject` string, nullable — Email subject; defaults to "Estimate {number} for {patient}".

## Response `200`

OK

- EmailEstimateToClientResponse
  - `sentTo` string, required — The address the estimate was sent to.
  - `threadId` string, nullable — The communications thread the message landed in (for deep-linking /chat).

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
