createTask
Create a task with name, status, due date, and assign to a person or user to manage follow-ups.
Instructions
Create a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| status | No | Task status | |
| dueDate | No | Due date ISO | |
| personId | No | Person ID | |
| assignedUserId | No | Assigned user ID |