create_task
Create new tasks in Eduframe by specifying title, due date, assignee, and subject details to organize educational workflows.
Instructions
Create a task.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The title of the task. | |
| description | No | A string representing the description of the task. | |
| due_date | No | Date when the task must be completed. | |
| starred | No | Boolean if the task is starred. | |
| assignee_id | No | Unique identifier of the assigned user for the task. | |
| subject_type | No | Type of the subject. | |
| subject_id | No | Identifier of the subject. | |
| completed | No | Boolean representing the status of the task. The default value is false. |