monica_note
List, create, update, view, or delete notes in Monica CRM. Supports filtering by contact and favorites. Deletion is irreversible.
Instructions
Manage notes. Actions: list, get, create, update, delete. ⚠️ delete is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| body | No | Note content | |
| page | No | Page number | |
| limit | No | Page size (max 100) | |
| action | Yes | Operation to perform: list | get | create | update | delete. "list" = paginated list, "get" = by ID, "create" = new record, "update" = modify by ID, "delete" = remove by ID (irreversible). | |
| contact_id | No | Contact ID | |
| is_favorited | No | Favorited: 0 (false) or 1 (true) |