---
title: "POST /crm/leads"
method: POST
path: "/crm/leads"
tags: ["CrmLead"]
---

# POST /crm/leads

`POST /crm/leads`

Create a new lead

## Request body

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

## Response `200`

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

## Other responses

- `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)
