create_asana_task
Create a task in Asana by providing the name, workspace, and optional details like due date, assignee, and projects.
Instructions
Create a new task in Asana.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| workspace_gid | Yes | Workspace GID | |
| notes | No | Task description | |
| due_on | No | Due date (YYYY-MM-DD) | |
| assignee | No | Assignee GID or 'me' | |
| projects | No | Project GIDs to add the task to | |
| api_key | No |