monica_occupation
Manage job occupations in Monica CRM: list, create, update, or get occupation details by ID. Delete irreversibly removes an occupation.
Instructions
Manage occupations. 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) | |
| title | No | Job title | |
| 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). | |
| salary | No | Estimated salary | |
| end_date | No | End date (YYYY-MM-DD) | |
| company_id | No | Company ID | |
| contact_id | No | Contact ID | |
| start_date | No | Start date (YYYY-MM-DD) | |
| description | No | Job description | |
| salary_unit | No | Salary unit: year, month, week, day, hour | |
| currently_works_here | No | Whether the contact currently works here |