---
title: "Create a new client"
method: POST
path: "/zapier/actions/create_client"
tags: ["Actions"]
---

# Create a new client

`POST /zapier/actions/create_client`

## Headers

- `X-API-KEY` string, required

## Request body

- object
  - `first_name` string, required — Client first name
  - `last_name` string, required — Client last name
  - `email` string, required — Client email
  - `phone` string — Client phone number
  - `notes` string — Notes about the client

## Response `200`

client created

- object
  - `client_id` string
  - `name` string
  - `email` string
  - `phone` string
  - `created_at` string
  - `notes` string

## Other responses

- `401` — unauthorized

---

[API](https://skmtc.net/inly/apis/inly-zapier-api-v1.md) · [All operations](https://skmtc.net/inly/apis/inly-zapier-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inly/inly-zapier-api-v1/revisions/47d8f78377ca/schema)
