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

# Create new contacts

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

Create a new contact in the email marketing system.

This endpoint allows you to create a new contact with basic information like name, email, and surname.

If double opt-in is enabled, the contact will be created with a pending status
and a confirmation email will be sent.

## Path parameters

- `profileUuid` string, required

## Request body

- ReachV1ContactsStoreRequest
  - `email` string, required
  - `name` string, nullable
  - `surname` string, nullable
  - `phone` string, nullable — Phone number in E.164 format (leading "+" then 7-15 digits)
  - `note` string, nullable

## 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/revisions/fcb2ecfdfabd/schema)
