---
title: "Create contact"
method: POST
path: "/api/v1/contacts/add"
tags: ["Contacts"]
---

# Create contact

`POST /api/v1/contacts/add`

Creates one contact in the active workspace.

## Request body

- CreateContactRequest
  - `email` string, email, required
  - `name` string, required
  - `phone` string
  - `description` string
  - `tags` string[]

## Response `200`

Contact created

- object
  - `success` boolean
  - `contact` object
    - `id` string

## Other responses

- `400` — Validation error
- `401` — Missing, invalid, revoked, or expired token
- `403` — The workspace cannot perform this write action
- `429` — Rate limit exceeded

---

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