Manage projects, tasks, and workflows with Asana
action
- The operation you want to perform (list_workspaces, get_projects, create_task, query_tasks, update_task)workspace_id
- Workspace identifier for project operationsproject_id
- Project identifier for task operationstask_id
- Task identifier for update operationsaction
(required) - Set to “list_workspaces”action
(required) - Set to “get_projects”workspace_id
(required) - The workspace identifieraction
(required) - Set to “create_task”name
(required) - Task nameworkspace
(required) - Workspace IDprojects
(optional) - Array of project IDs to add task toassignee
(optional) - User ID to assign task todue_on
(optional) - Due date in YYYY-MM-DD formataction
(required) - Set to “query_tasks”project_id
(required) - The project identifiercompleted
(optional) - Filter by completion status (true/false)assignee
(optional) - Filter by assignee user IDaction
(required) - Set to “update_task”task_id
(required) - The task identifiercompleted
(required) - New completion status (true/false)