Update GoHighLevel Contact
ghl_update_contactUpdate a GoHighLevel contact's details including name, email, phone, and custom fields by specifying the contact ID.
Instructions
Update a contact with PUT /contacts/{contactId}. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dnd | No | ||
| city | No | ||
| name | No | ||
| tags | No | ||
| No | |||
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| phone | No | ||
| state | No | ||
| source | No | ||
| country | No | ||
| website | No | ||
| address1 | No | ||
| lastName | No | ||
| firstName | No | ||
| assignedTo | No | ||
| contact_id | Yes | Contact ID. | |
| postalCode | No | ||
| companyName | No | ||
| customFields | No | GoHighLevel customFields array, usually objects with id/key and value. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |