PATCH
/
crm
/
contacts
curl --request PATCH \
  --url https://api.panora.dev/crm/contacts
{
  "name": "<string>",
  "email_address": "<string>",
  "phone_number": "<string>",
  "details": "<string>",
  "field_mappings": {},
  "id": "<string>",
  "remote_id": "<string>",
  "remote_data": {}
}

Query Parameters

id
string
required

Response

200 - application/json
name
string
required

The name of the contact

email_address
string
required

The email address of the contact

field_mappings
object
required
remote_data
object
required
phone_number
string

The phone number of the contact

details
string

The details of the contact

id
string

The uuid of the contact

remote_id
string

The id of the contact in the context of the 3rd Party