Contacts

Update Contact

Updates contact fields. Only provided fields are updated.

patch/contacts/{id}

Path parameters

idstring uuid required

Resource ID (UUID)

Request body

first_namestring
last_namestring
companystring
titlestring
phonestring
websitestring
intereststring

Contact status - interested, not_interested, meeting_request, meeting_booked, customer, future, follow_up

customobject

Response

Contact updated

successboolean
request_idstring

Example response

{
  "success": true,
  "request_id": "req_abc123def456"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.