---
title: "Draft a pitch email for a prospect"
method: POST
path: "/v3/outreach/prospects/{id}/draft"
tags: ["Outreach"]
---

# Draft a pitch email for a prospect

`POST /v3/outreach/prospects/{id}/draft`

Write a pitch for one prospect, personalised to the page it was found on. Returns a subject and body and sends nothing - pass them to outreach_queue_emails once the user has approved the wording. Costs AI credits.

## Path parameters

- `id` string, required

## Request body

- object
  - `emailId` string — Which contact to write to, from outreach_prospect_emails. Defaults to the prospect's primary address.
  - `useMergeVars` boolean — Leave merge variables unresolved in the returned copy instead of substituting them.

## Response `200`

Default Response

- object
  - `subject` string
  - `body` string

## Changes

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

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/outreach/prospects/:id/draft/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/992a8ecadda0?raw)
