create_contact_note
Add a note to a specific contact in Nimble CRM by providing the contact ID and note text. Optionally include a short preview for concise display.
Instructions
Create a note attached to a single contact.
Args: contact_id: The Nimble contact ID. note: Full note text. note_preview: Short preview. Defaults to the full note if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| contact_id | Yes | ||
| note_preview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |