---
title: "Save Outreach Draft For Deal"
method: PATCH
path: "/api/prospecting/deals/{deal_id}/draft"
tags: ["prospecting"]
---

# Save Outreach Draft For Deal

`PATCH /api/prospecting/deals/{deal_id}/draft`

Save subject/body only, without changing the canonical sales plan.

The first operator edit snapshots the generated copy inside the draft
envelope. Send-time comms learning can therefore still compare the
generated draft with the final sent copy after one or more autosaves.

## Query parameters

- `user_id` string, nullable
- `org_id` string, nullable

## Request body

- SaveOutreachDraftRequest — Operator-edited content for the deal's existing unsent draft.
  - `subject` string
  - `body` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/revisions/7a690d2171a0/schema)
