monica_contact_field
Manage contact fields: list, get, create, update, or delete field entries such as email or phone number for contacts.
Instructions
Manage contact_fields. Actions: list, get, create, update, delete. ⚠️ delete is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity ID (required for get/update/delete) | |
| data | No | Field content (e.g. email address, phone number) | |
| 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 | |
| contact_field_type_id | No | Contact field type ID |