---
title: "Reply in an outreach conversation"
method: POST
path: "/v3/outreach/inbox/threads/{id}/reply"
tags: ["Outreach"]
---

# Reply in an outreach conversation

`POST /v3/outreach/inbox/threads/{id}/reply`

**Sends a real email immediately** to the person on the other end of an existing conversation, threaded onto the last message. There is no draft step and it cannot be undone. Read the thread with outreach_inbox_threads first so the reply answers what was actually said. Use outreach_queue_emails instead to start a NEW pitch to someone not yet contacted.

## Path parameters

- `id` string, required

## Request body

- object
  - `body` string, required — Body of the reply. Markdown is rendered and newlines are kept as written. The subject and threading headers come from the conversation, so do not restate them.

## Response `200`

Default Response

## Changes

- **2026-09-17** `ea8bce67cd7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/inbox/threads/:id/reply/post.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/ea8bce67cd7e?raw)
