create_note
Create a note and attach it to one or more contacts, with an optional short preview. Ideal for adding context or updates to multiple records at once.
Instructions
Create a note attached to one or more contacts.
Args: contact_ids: Comma-separated contact IDs (1-10). note: Full note text (can contain HTML). note_preview: Short plain-text preview. If empty, first 100 chars of note are used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| contact_ids | Yes | ||
| note_preview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |