Documentation Index
Fetch the complete documentation index at: https://nango.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
π Quickstart
Connect to Asana with Nango and see data flow in 2 minutes.Create the integration
In Nango (free signup), go to Integrations -> Configure New Integration -> Asana.
Authorize Asana
Go to Connections -> Add Test Connection -> Authorize, then log in to Asana. Later, youβll let your users do the same directly from your app.
Call the Asana API
Letβs make your first request to the Asana API (fetch a list of workspaces). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Asana Integration Guides
Nango maintained guides for common use cases.- How to register your own Asana OAuth app
Register an OAuth app with Asana and obtain credentials to connect it to Nango
π§© Pre-built syncs & actions for Asana
Enable them in your dashboard. Extend and customize to fit your needs.Attachments
| Function name | Description | Type | Source code |
|---|---|---|---|
delete-attachment | Delete an attachment by gid. | Action | π Github |
list-attachments-for-object | List attachments on a task or other supported object. | Action | π Github |
Projects
| Function name | Description | Type | Source code |
|---|---|---|---|
create-project | Create a project in a workspace or team. | Action | π Github |
delete-project | Delete a project by gid. | Action | π Github |
get-project | Fetch a single project by gid. | Action | π Github |
list-projects-for-team | List projects in a team. | Action | π Github |
list-projects-for-workspace | List projects in a workspace. | Action | π Github |
update-project | Update mutable fields on a project. | Action | π Github |
Sections
| Function name | Description | Type | Source code |
|---|---|---|---|
create-section | Create a section in a project. | Action | π Github |
delete-section | Delete a section by gid. | Action | π Github |
get-section | Fetch a single section by gid. | Action | π Github |
list-sections-for-project | List sections in a project. | Action | π Github |
update-section | Update mutable fields on a section. | Action | π Github |
Stories
| Function name | Description | Type | Source code |
|---|---|---|---|
create-story-on-task | Create a comment or story entry on a task. | Action | π Github |
delete-story | Delete a story or comment by gid. | Action | π Github |
list-stories-for-task | List stories and comments on a task. | Action | π Github |
Tags
| Function name | Description | Type | Source code |
|---|---|---|---|
create-tag | Create a tag in a workspace. | Action | π Github |
delete-tag | Delete a tag by gid. | Action | π Github |
get-tag | Fetch a single tag by gid. | Action | π Github |
list-tags-for-workspace | List tags in a workspace. | Action | π Github |
update-tag | Update mutable fields on a tag. | Action | π Github |
Tasks
| Function name | Description | Type | Source code |
|---|---|---|---|
add-project-to-task | Add a task to a project, optionally into a section. | Action | π Github |
add-tag-to-task | Attach an existing tag to a task. | Action | π Github |
create-subtask | Create a subtask under a parent task. | Action | π Github |
create-task | Create a task in Asana. | Action | π Github |
delete-task | Delete a task by gid. | Action | π Github |
get-task | Fetch a single task by gid. | Action | π Github |
list-subtasks-for-task | List subtasks under a parent task. | Action | π Github |
list-tasks-for-project | List tasks in a project. | Action | π Github |
list-tasks-for-section | List tasks in a project section. | Action | π Github |
remove-project-from-task | Remove a task from a project | Action | π Github |
remove-tag-from-task | Remove a tag from a task. | Action | π Github |
search-tasks-in-workspace | Search tasks in a workspace with filters. | Action | π Github |
update-task | Update mutable fields on a task. | Action | π Github |
Teams
| Function name | Description | Type | Source code |
|---|---|---|---|
get-team | Fetch a single team by gid. | Action | π Github |
list-teams-for-user | List teams for a user. | Action | π Github |
list-teams-for-workspace | List teams in a workspace. | Action | π Github |
Users
| Function name | Description | Type | Source code |
|---|---|---|---|
get-user | Fetch a single user by gid. | Action | π Github |
list-users-for-team | List users in a team. | Action | π Github |
list-users-for-workspace | List users in a workspace. | Action | π Github |
Workspaces
| Function name | Description | Type | Source code |
|---|---|---|---|
get-workspace | Fetch a single workspace by gid. | Action | π Github |
list-workspaces | List workspaces available to the authenticated user. | Action | π Github |
Others
| Function name | Description | Type | Source code |
|---|---|---|---|
projects | Sync projects for workspaces or teams in scope. | Sync | π Github |
sections | Sync sections for projects in scope | Sync | π Github |
subtasks | Sync subtasks for parent tasks in scope. | Sync | π Github |
tags | Sync workspace tags. | Sync | π Github |
tasks | Sync tasks for projects, sections, or workspace search scopes. | Sync | π Github |
teams | Sync teams for workspaces in scope. | Sync | π Github |
users | Sync users for workspaces or teams in scope. | Sync | π Github |
workspaces | Sync workspaces visible to the authenticated Asana user. | Sync | π Github |