create_contact_note
Add a text note to a GoHighLevel contact record, specifying contact ID and note body with optional user ID.
Instructions
Create a note on a GoHighLevel contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | The GoHighLevel contact ID to attach the note to. | |
| body | Yes | The note text to create on the contact. | |
| userId | No | Optional user ID to associate with the note author. |