---
title: "Email a chat conversation"
method: POST
path: "/chat/export/email"
tags: ["ChatExport"]
---

# Email a chat conversation

`POST /chat/export/email`

## Request body

- SendChatEmailRequest — Request body for emailing a chat conversation
  - `recipientEmail` string — Email address to send the conversation to
  - `agentName` string — Name of the AI agent (e.g., "TriageAI", "P.A.W.S.")
  - `agentDescription` string — Description of the agent
  - `agentColor` string — Color for the agent's messages (hex code)
  - `messages` ChatExportMessage[] — The conversation messages to include
    - `id` string
    - `content` string
    - `role` string
    - `timestamp` string, date-time

## Response `200`

OK

- ChatExportEmailResult — Result of a chat export email operation
  - `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/a905bde4e796/schema)
