update_contact
Update an existing GoHighLevel contact's fields including name, email, phone, tags, company, custom fields, or do-not-disturb status. Use to modify contact data in your CRM.
Instructions
Update fields on an existing GoHighLevel contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The GoHighLevel contact ID to update. | |
| firstName | No | Updated first name. | |
| lastName | No | Updated last name. | |
| name | No | Updated full name. | |
| No | Updated primary email address. | ||
| phone | No | Updated primary phone number. | |
| tags | No | Complete tag set or tag updates depending on API behavior. | |
| companyName | No | Updated company name. | |
| website | No | Updated website. | |
| source | No | Updated lead source. | |
| dnd | No | Updated do-not-disturb state. | |
| customFields | No | Updated custom field objects expected by the GoHighLevel API. |