---
title: "Update Contact"
method: PATCH
path: "/v3/contacts/{id}"
tags: ["Contatos"]
---

# Update Contact

`PATCH /v3/contacts/{id}`

## Path parameters

- `id` number, required

## Request body

- UpdateContactDto
  - `_id` string
  - `name` string — The contact’s full name or business name
  - `email` string — The contact’s email address
  - `externalId` string
  - `origin` string
  - `phone` string — The contact’s phone number
  - `location` string
  - `avatar` string — Url of the contact image
  - `facebookId` string
  - `instagramId` string
  - `telegramId` string
  - `notes` string — The contact’s notes
  - `isImported` boolean
  - `hasConversation` boolean
  - `newContact` boolean
  - `customFields` object
  - `crmData` object
    - `utmCampaigns` object
    - `referrals` object
      - `_bg` string
      - `_bt` string
      - `gclid` string
      - `offer` string
      - `utm_ad` string
      - `utm_term` string
      - `source_id` string
      - `gad_source` string
      - `media_type` string
      - `source_url` string
      - `utm_medium` string
      - `utm_source` string
      - `source_type` string
      - `utm_ad_name` string
      - `utm_campaign` string
      - `utm_ad_collection` string
      - `utm_campaign_name` string
      - `utm_ad_collection_name` string
    - `hubspotId` string
    - `zohoId` string
    - `zohoType` string
    - `cloud_api` object
  - `isPrivate` boolean — Private contacts can only be seen by users who have the permission to view private contacts

## Response `200`

---

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