bexio Notes
bexio_notesManage notes in bexio with actions to list, search, get, create, update, and delete notes linked to users, contacts, projects, or module entries.
Instructions
Manage notes in bexio (short annotations linked to a user and optionally a contact, project or module entry). Actions: "list" (all notes, optional limit/offset), "search" (search_criteria required; searchable fields: event_start, contact_id, user_id, subject, module_id, entry_id), "get" (note by id), "create" (payload required: user_id, event_start, subject; optional info, contact_id, project_id, pr_project_id, entry_id, module_id), "update" (id + payload of fields to change), "delete" (permanently delete a note by id — cannot be undone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Note id (required for get/update/delete) | |
| limit | No | Maximum number of results (default 500, max 2000) | |
| action | Yes | Operation to perform | |
| offset | No | Number of results to skip (pagination) | |
| payload | No | Note fields. Required on create: user_id, event_start, subject. | |
| search_criteria | No | Search conditions, combined with logical AND |