v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
AI SDR Sequences

Set the 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.

put/v3/sequences/ai-sdr/{sequence_id}/approval-mode

Path parameters

sequence_idinteger required

Sequence id

Request body

enabledboolean required

When true, AI-generated messages require human approval before sending

approveAllPendingContactsboolean nullable

When disabling approval mode, set to true to immediately approve all currently-pending contacts. Only accepted when enabled is false.

Response

Approval mode updated