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

# Create a contact

`POST /contacts`

## Request body

- CreateContactInput
  - `email` string, email, required
  - `first_name` string
  - `last_name` string
  - `unsubscribed` boolean
  - `properties` object

## Response `200`

Contact created

- object
  - `contact` Contact
    - `id` string
    - `email` string, email
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `unsubscribed` boolean
    - `properties` object
    - `created_at` string, date-time

---

[API](https://skmtc.dev/poststack/apis/poststack-api.md) · [All operations](https://skmtc.dev/poststack/apis/poststack-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poststack/poststack-api/revisions/0f5bfcfae749/schema)
