---
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

## Changes

- **2026-08-06** `967858ce3b89` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/contacts/bulk/post.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
