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

# Update Contact

`PATCH /api/v3/crm/{integration_id}/contacts/{contact_id}`

Update an existing contact in the CRM.

## Path parameters

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

## Request body

- UpdateContactRequest — Request to update 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.dev/nationgraph/apis/nationgraph-api.md) · [All operations](https://skmtc.dev/nationgraph/apis/nationgraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nationgraph/nationgraph-api/revisions/85804e68d86d/schema)
