---
title: "Email DEA log as PDF attachment"
method: POST
path: "/deabooks/{bookId}/export/email"
tags: ["DeaExport"]
---

# Email DEA log as PDF attachment

`POST /deabooks/{bookId}/export/email`

## Path parameters

- `bookId` string, required

## Request body

- SendDEAEmailRequest
  - `recipientEmail` string, nullable — Email address to send the report to. If not provided, uses the logged-in user's email.
  - `managerName` string, nullable — Optional manager name to include in the report header
  - `fromDate` string, date-time, nullable — Optional start date for filtering entries
  - `toDate` string, date-time, nullable — Optional end date for filtering entries

## Response `200`

OK

- EmailSendResult
  - `success` boolean
  - `message` string
  - `recipientEmail` string, nullable

---

[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/d8d7501dde48/schema)
