---
title: "Send a batch of pending approvals"
method: POST
path: "/v3/ai-sdr/approvals/send-bulk"
tags: ["AI SDR Pending Approvals"]
---

# Send a batch of pending approvals

`POST /v3/ai-sdr/approvals/send-bulk`

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

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

Approves and sends the queued AI-generated messages for up to 20 (sequence, contact) pairs in one call. Bodies and subjects cannot be overridden in bulk — use the per-contact endpoint for that.

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

## Request body

- object
  - `items` object[], required
    - `sequenceId` integer, required
    - `contactId` integer, required

## Response `204`

Bulk send accepted

## Other responses

- `400` — Request body validation failed
- `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
- `404` — No pending approval exists for one or more of the given (sequence, contact) pairs

---

[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/revisions/1c3d32eaf95e/schema)
