---
title: "Update Scheduled Auto Reply"
method: PATCH
path: "/api/app-auto-gtm/segments/{segment_id}/outreach/auto-reply/{row_id}"
tags: ["outreach"]
---

# Update Scheduled Auto Reply

`PATCH /api/app-auto-gtm/segments/{segment_id}/outreach/auto-reply/{row_id}`

Persist a user's Modify edit on a pending autopilot row.

Flips ``auto_reply_state`` from ``scheduled`` to ``edited``;
``send_after`` is intentionally untouched (Modify keeps the original
timer — the user can use Send now to fire immediately or Cancel to
abort).

## Path parameters

- `segment_id` integer, required
- `row_id` string, required

## Cookies

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

## Request body

- AutoReplyUpdateRequest
  - `body_text` string, required

## 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/f169bc6e9447/schema)
