Create GoHighLevel Contact
ghl_create_contactCreate a new contact in GoHighLevel CRM with required fields like name, email, phone, and address. This is a write operation requiring explicit approval for live data.
Instructions
Create a contact with POST /contacts/. 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 | ||
| postalCode | No | ||
| companyName | No | ||
| location_id | No | Optional GoHighLevel location ID override. Defaults to GHL_LOCATION_ID. | |
| 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 |