---
title: "Create multiple contacts"
method: POST
path: "/v1/contactlist/active/contacts"
tags: ["contacts"]
---

# Create multiple contacts

`POST /v1/contactlist/active/contacts`

## Headers

- `authorization` string, required

## Request body

- Model154[]
  - `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
  - `contact_type` 'contact' | 'employee' — Type of 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/f9da74f558da/schema)
