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

# Create a contact

`POST /contacts`

## Headers

- `Authorization` string, required

## Request body

- object
  - `name` string, required — The contact's name.
  - `phone_number` string, required — The contact's phone number.
  - `email` string — The contact's email address.
  - `contact_metadata` ContactsPostRequestBodyContentApplicationJsonSchemaContactMetadata — Additional metadata for the contact.
    - `company` string

## Response `200`

200

- ContactsCreateAContactResponse200
  - `status` string
  - `response` ContactsPostResponsesContentApplicationJsonSchemaResponse
    - `id` string

---

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