---
title: "Create Contact"
method: POST
path: "/api/v3/crm/{integration_id}/contacts"
tags: ["CRM Contacts"]
---

# Create Contact

`POST /api/v3/crm/{integration_id}/contacts`

Create a new contact in the CRM.

## Path parameters

- `integration_id` string, uuid, required — The CRM integration ID

## Request body

- CreateContactRequest — Request to create a contact in HubSpot.
  - `email` string, nullable
  - `firstname` string, nullable
  - `lastname` string, nullable
  - `phone` string, nullable
  - `mobilephone` string, nullable
  - `jobtitle` string, nullable
  - `company` string, nullable
  - `website` string, nullable
  - `address` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `zip` string, nullable
  - `country` string, nullable
  - `lifecyclestage` string, nullable
  - `hs_lead_status` string, nullable
  - `hubspot_owner_id` string, nullable

## Response `200`

Successful Response

- AppRoutesV3CrmContactsContactResponse — API response for a single contact.
  - `id` string, required
  - `properties` object, required
  - `created_at` string, nullable
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

---

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