---
title: "Bulk add contacts"
method: POST
path: "/v2/contact-lists/{contact_list_id}/contacts/bulk"
tags: ["Contact Lists"]
---

# Bulk add contacts

`POST /v2/contact-lists/{contact_list_id}/contacts/bulk`

Adds up to 1 000 contacts to the list in a single request.

## Request body

- CreateContactsBulkRequest
  - `contacts` CreateContactRequest[], required
    - `name` string, required
    - `phone_number` string
    - `phone_number_2` string
    - `phone_number_3` string
    - `contact_info` object

## Response `201`

Contacts added.

- BulkAddContactsResponse
  - `created` integer — Number of contacts successfully created.
  - `failed` integer

## Other responses

- `401` — Missing or invalid API key.
- `404` — The requested resource does not exist.
- `500` — Unexpected server error.

---

[API](https://skmtc.net/openmicai/apis/openmic-v1-external-api.md) · [All operations](https://skmtc.net/openmicai/apis/openmic-v1-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openmicai/openmic-v1-external-api/revisions/58dc5cff0ca7/schema)
