---
title: "Send Outreach Email"
method: POST
path: "/api/app-auto-gtm/segments/{segment_id}/outreach/send"
tags: ["outreach"]
---

# Send Outreach Email

`POST /api/app-auto-gtm/segments/{segment_id}/outreach/send`

Enqueue an outgoing email (typically a reply-to-thread).

Defense-in-depth: the frontend already hides the composer for threads
that aren't reply-eligible (no prospect reply, or terminal intent). This
gate makes the rule authoritative on the server so a stale client can't
slip one through.

## Path parameters

- `segment_id` integer, required

## Cookies

- `ex_access` string, nullable
- `ex_org` string, nullable

## Request body

- OutreachSendRequest
  - `person_id` string, required
  - `body_text` string, required
  - `cc_emails` string[], nullable
  - `material_ids` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/aec0744a2cd1/schema)
