Create GoHighLevel Contact Note
ghl_create_contact_noteAdd a note to a GoHighLevel contact by providing contact ID and body. Optionally associate with a user.
Instructions
Create a note for a contact with POST /contacts/{contactId}/notes. Write operation: do not run against live data without explicit approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note body. | |
| extra | No | Optional additional GoHighLevel fields to pass through when the API supports fields not modeled by this tool. | |
| userId | No | Optional GoHighLevel user ID associated with the note. | |
| contact_id | Yes | Contact ID. | |
| response_format | No | Output format: markdown for human-readable summaries, json for structured output. | markdown |