---
title: "Set the approval mode"
method: PUT
path: "/v3/sequences/ai-sdr/{sequence_id}/approval-mode"
tags: ["AI SDR Sequences"]
---

# Set the approval mode

`PUT /v3/sequences/ai-sdr/{sequence_id}/approval-mode`

<Warning>
  **Coming soon.** This endpoint will be available by early July 2026.
</Warning>

<small>_Requires the `ai-sdr:operate` scope (or a broader one that includes it)._</small>

Sets the sequence's approval mode — whether AI-generated messages require human approval before sending. Settable only via this dedicated PUT (or at create time); NOT in the AI SDR sequence PATCH.

When disabling (`enabled` = `false`), `approveAllPendingContacts` may be set to `true` to immediately approve all currently-pending contacts. `approveAllPendingContacts` is rejected when enabling.

Requires the AI SDR feature on the caller's team.

## Path parameters

- `sequence_id` integer, required

## Request body

- object — Sets the sequence's approval mode. When disabling (`enabled` = `false`), `approveAllPendingContacts` may be provided to immediately approve all pending contacts. When enabling (`enabled` = `true`), `approveAllPendingContacts` must be omitted.
  - `enabled` boolean, required — When `true`, AI-generated messages require human approval before sending
  - `approveAllPendingContacts` boolean, nullable — When disabling approval mode, set to `true` to immediately approve all currently-pending contacts. Only accepted when `enabled` is `false`.

## Response `204`

Approval mode updated

## Other responses

- `400` — Validation failure on the request body, or sequence is not an AI SDR sequence.
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — AI SDR feature is not available for the caller's team, or the caller does not have access to this sequence.
- `404` — Sequence not found.
- `502` — Upstream AI SDR service failure.

---

[API](https://skmtc.net/reply/apis/reply-api.md) · [All operations](https://skmtc.net/reply/apis/reply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reply/reply-api/versions/1c3d32eaf95e/schema)
