---
title: "Create contacts in bulk"
method: POST
path: "/api/reach/v1/profiles/{profileUuid}/contacts/bulk"
tags: ["Reach: Contacts"]
---

# Create contacts in bulk

`POST /api/reach/v1/profiles/{profileUuid}/contacts/bulk`

Create many contacts in a profile in a single call.

The contacts are imported in the background, so a success response means the import was
accepted rather than finished. Contacts whose email already exists in the profile are
left as they are. If double opt-in is enabled, new contacts start off pending and are
sent a confirmation email.

## Path parameters

- `profileUuid` string, required

## Request body

- ReachV1ContactsBulkStoreRequest — Create many contacts in one call
  - `contacts` object[], required
    - `email` string, required
    - `name` string, nullable
    - `surname` string, nullable
    - `phone` string, nullable — Phone number in E.164 format (leading "+" then 7-15 digits)
  - `tag_uuids` string[] — Existing tags to attach to every created contact
  - `note` string, nullable — Note applied to every created contact

## Response `200`

Success empty response

- CommonSuccessEmptyResource
  - `message` string

## Other responses

- `401` — Unauthenticated response
- `422` — Validation error response
- `500` — Error response

---

[API](https://skmtc.net/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.net/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/versions/796bd5194565/schema)
