---
title: "Create a contact"
method: POST
path: "/contacts"
---

# Create a contact

`POST /contacts`

Create a new contact

## Request body

- SaveContactInput
  - `contact` object, required
    - `email` string, email
    - `phone` string
    - `name` string
    - `custom_data` object
    - `http_action_overrides` PublicAPIHttpOverrides
      - `query_params` object
      - `path_params` object
      - `body_params` object
      - `headers` object

## Response `201`

Default Response

- SaveContactOutput
  - `id` string, uuid

## Other responses

- `500` — Internal Server Error

---

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