---
title: "Create a contact"
method: POST
path: "/v3/contacts"
tags: ["contacts", "v3"]
---

# Create a contact

`POST /v3/contacts`

## Request body

- CreateContactSchema
  - `full_name` string — Full Name of contact
  - `email` string — Email of contact. Can be optional only if anonymous contact feature is enabled.
  - `phone` string — Phone number of the contact
  - `mobile` string — Mobile number of the contact
  - `job_title` string — Job Title of the contact
  - `contact_type` 'contact' | 'employee' — Type of contact
  - `referenceId` string — Reference ID of the anonymous contact
  - `unique_id` string — Unique ID of the contact
  - `unsubscribed` boolean — Unsubscribed status of the contact
  - `unsubscribe_text` string — Reason for unsubscribing

## Response `200`

Successful

---

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