monica_call
Manage call records in Monica CRM with actions to list, get, create, update, or permanently delete entries. Requires specifying the action and optional fields.
Instructions
Manage calls. Actions: list, get, create, update, delete. ⚠️ delete is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| 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). | |
| content | No | Call description/content | |
| called_at | No | Date the call happened (YYYY-MM-DD) | |
| contact_id | No | Contact ID |