Create Note
create_noteCreate a timestamped text note attached to a contact in Less Annoying CRM, preserving newlines and appearing in contact history.
Instructions
Create a new note attached to a contact in Less Annoying CRM. Notes are timestamped text entries that appear in contact history.
Required: contact_id, note. The note text preserves newlines but escapes HTML/markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | Note content (plain text, newlines preserved) | |
| contact_id | Yes | Contact or company ID to attach the note to | |
| date_displayed | No | Timestamp for display in history (ISO 8601, defaults to now) |