---
title: "Create a new contact"
method: POST
path: "/api/reach/v1/contacts"
tags: ["Reach: Contacts"]
deprecated: true
---

# Create a new contact

`POST /api/reach/v1/contacts`

> **Deprecated.**

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.

## 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/74abfea76e36/schema)
