v2

latestOpenAPI 3.0.02026-07-31355176194.7 KB
Contatos

Update Contact

patch/v3/contacts/{id}

Path parameters

idnumber required

Request body

_idstring
namestring

The contact’s full name or business name

emailstring

The contact’s email address

externalIdstring
originstring
phonestring

The contact’s phone number

locationstring
avatarstring

Url of the contact image

facebookIdstring
instagramIdstring
telegramIdstring
notesstring

The contact’s notes

isImportedboolean
hasConversationboolean
newContactboolean
customFieldsobject
isPrivateboolean

Private contacts can only be seen by users who have the permission to view private contacts

Example request

{
  "name": "João Silva",
  "email": "joaosilva@gmail.com",
  "phone": "5585997281648",
  "customFields": {
    "cpf": {
      "value": "060.715.303-54"
    }
  }
}