---
title: "Batch Create Outbound Leads"
method: POST
path: "/outbound-leads/batch"
tags: ["Outbound Leads"]
---

# Batch Create Outbound Leads

`POST /outbound-leads/batch`

Batch create outbound leads from CSV import.

## Request body

- BatchCreateOutboundLeadsRequest — Request to batch create outbound leads from CSV import.
  - `leads` BatchCreateOutboundLeadItem[], required
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `full_name` string, nullable
    - `phone_number` string, nullable
    - `email` string, nullable
    - `case_id` string, uuid, nullable

## Response `201`

Successful Response

- BatchCreateOutboundLeadsResponse — Response from batch creating outbound leads.
  - `created_count` integer, required
  - `restored_count` integer
  - `names_pending` integer, required
  - `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)
