create_task
Create a new task in Bexio by specifying the assigned user and subject, with optional details for scheduling, priority, and reminders.
Instructions
Create task
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) | |
| finish_date | No | ||
| have_remember | No | ||
| pr_project_id | No | References a [project object](#operation/v2ListProjects) | |
| sub_contact_id | No | References a [contact object](#operation/v2ListContacts) | |
| todo_status_id | No | ||
| remember_time_id | No | Is required if `have_remember` is set to true. | |
| remember_type_id | No | Is required if `have_remember` is set to true. | |
| todo_priority_id | No | ||
| communication_kind_id | No |