---
title: "POST /crm/contacts"
method: POST
path: "/crm/contacts"
tags: ["CrmContact"]
---

# POST /crm/contacts

`POST /crm/contacts`

Create a new contact

## Request body

- CrmCreateOrUpdateContactRequest
  - `firstName` string, required — The first name of the contact in a CRM.
  - `lastName` string, required — The last name of the contact in a CRM.
  - `phone` string, required — The phone number of the contact in a CRM.
  - `email` string, required — The email of the contact in a CRM.

## Response `200`

- CrmCreateOrUpdateContactResponse
  - `status` 'ok' | 'error', required
  - `message` string, required
  - `result` unknown, required

## Other responses

- `400`
- `401`
- `404`
- `500`

---

[API](https://skmtc.net/revertinc/apis/revert-api.md) · [All operations](https://skmtc.net/revertinc/apis/revert-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revertinc/revert-api/versions/698ea54a2330/schema)
