---
title: "Batch Create Queued Outbound Calls"
method: POST
path: "/queued-outbound-calls/batch"
tags: ["Queued Outbound Calls"]
---

# Batch Create Queued Outbound Calls

`POST /queued-outbound-calls/batch`

Batch create queued outbound calls. Skips leads that already have a queued or in_progress call, or whose phone number matches an existing queued/in_progress call.

## Request body

- BatchCreateQueuedOutboundCallsRequest — Request to batch create queued outbound calls.
  - `outbound_lead_ids` string[], required

## Response `201`

Successful Response

- BatchCreateQueuedOutboundCallsResponse — Response from batch creating queued outbound calls.
  - `created_count` integer, required
  - `skipped_duplicate_phone_count` integer
  - `errors` string[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
