Integrate Asana into the workflow. Can read, write, and update tasks.
| Parameter | Type | Required | Description |
|---|
taskGid | string | No | The globally unique identifier (GID) of the task. If not provided, will get multiple tasks. |
workspace | string | No | Asana workspace GID (numeric string) to filter tasks (required when not using taskGid) |
project | string | No | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
gid | string | Task globally unique identifier |
resource_type | string | Resource type (task) |
resource_subtype | string | Resource subtype |
name | string | Task name |
notes | string | Task notes or description |
completed | boolean | Whether the task is completed |
assignee | object | Assignee details |
↳ gid | string | Assignee GID |
↳ name | string | Assignee name |
created_by | object | Creator details |
↳ gid | string | Creator GID |
↳ name | string | Creator name |
due_on | string | Due date (YYYY-MM-DD) |
created_at | string | Task creation timestamp |
modified_at | string | Task last modified timestamp |
tasks | array | Array of tasks (when fetching multiple) |
↳ gid | string | Task GID |
↳ name | string | Task name |
↳ completed | boolean | Completion status |
| Parameter | Type | Required | Description |
|---|
workspace | string | Yes | No description |
name | string | Yes | No description |
notes | string | No | No description |
assignee | string | No | No description |
due_on | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
gid | string | Task globally unique identifier |
name | string | Task name |
notes | string | Task notes or description |
completed | boolean | Whether the task is completed |
created_at | string | Task creation timestamp |
permalink_url | string | URL to the task in Asana |
| Parameter | Type | Required | Description |
|---|
taskGid | string | Yes | No description |
name | string | No | No description |
notes | string | No | No description |
assignee | string | No | No description |
completed | boolean | No | No description |
due_on | string | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
gid | string | Task globally unique identifier |
name | string | Task name |
notes | string | Task notes or description |
completed | boolean | Whether the task is completed |
modified_at | string | Task last modified timestamp |
| Parameter | Type | Required | Description |
|---|
workspace | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
projects | array | Array of projects |
↳ gid | string | Project GID |
↳ name | string | Project name |
↳ resource_type | string | Resource type (project) |
| Parameter | Type | Required | Description |
|---|
workspace | string | Yes | No description |
text | string | No | No description |
assignee | string | No | No description |
projects | array | No | No description |
completed | boolean | No | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
tasks | array | Array of matching tasks |
↳ gid | string | Task GID |
↳ resource_type | string | Resource type |
↳ resource_subtype | string | Resource subtype |
↳ name | string | Task name |
↳ notes | string | Task notes |
↳ completed | boolean | Completion status |
↳ assignee | object | Assignee details |
↳ gid | string | Assignee GID |
↳ name | string | Assignee name |
↳ due_on | string | Due date |
↳ created_at | string | Creation timestamp |
↳ modified_at | string | Modified timestamp |
next_page | object | Pagination info |
↳ offset | string | Offset token |
↳ path | string | API path |
↳ uri | string | Full URI |
| Parameter | Type | Required | Description |
|---|
taskGid | string | Yes | No description |
text | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
ts | string | Timestamp of the response |
gid | string | Comment globally unique identifier |
text | string | Comment text content |
created_at | string | Comment creation timestamp |
created_by | object | Comment author details |
↳ gid | string | Author GID |
↳ name | string | Author name |