---
title: "Create/Add Contacts to a Custom Label"
method: POST
path: "/v1/contactlist/{id}/contacts"
tags: ["contacts"]
---

# Create/Add Contacts to a Custom Label

`POST /v1/contactlist/{id}/contacts`

## Path parameters

- `id` number, required

## Headers

- `authorization` string, required

## Request body

- Model158[]
  - `name` string — Full Name of contact
  - `phone` string — Phone number of the contact
  - `mobile` string — Mobile number of the contact
  - `email` string — Email of contact
  - `jobTitle` string — Job Title of the contact

## Response `200`

Successful

## Other responses

- `202` — Accepted

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/25b2eba467de/schema)
