---
title: "Create customer contacts"
method: POST
path: "/v3/customers/{id}/contacts"
tags: ["Customers"]
---

# Create customer contacts

`POST /v3/customers/{id}/contacts`

## Path parameters

- `id` string, required

## Request body

- CreateContactV3Dto[]
  - `firstName` string — Contact First Name
  - `lastName` string — Contact Last Name
  - `email` string, required — Contact Email

## Response `200`

Created contacts

## Other responses

- `400` — Invalid email address was provided or top level customers cannot be modified
- `404` — Customer not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
