create_note
Create a note for a user with a subject, start time, and optional info, contact, or project references. Use it to document tasks and appointments directly in Bexio.
Instructions
Create note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| subject | Yes | ||
| user_id | Yes | References a [user object](#operation/v3ListUsers) | |
| entry_id | No | ||
| module_id | No | ||
| contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| event_start | Yes | ||
| pr_project_id | No | References a [project object](#operation/v2ListProjects) |