Set the approval mode
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.
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Authorization: Bearer <your-api-key>Get your API key from the Reply dashboard: Settings → API Key.
Path Parameters
Sequence id
x >= 1Body
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.
Response
Approval mode updated