Airbyte Asana AI Connector
Asana is a work management platform that helps teams organize, track, and manage projects and tasks. This connector provides access to tasks, projects, workspaces, teams, and users for project tracking, workload analysis, and productivity insights.
Example Questions
- What tasks are assigned to me this week?
- List all projects in my workspace
- Summarize my team's workload and task completion rates
- Show me the tasks for the [ProjectName] project
- Who are the team members in my [TeamName] team?
- Find all tasks related to [ClientName] across my workspaces
- Analyze the most active projects in my workspace last month
- Compare task completion rates between my different teams
- Identify overdue tasks across all my projects
- Show me details of my current workspace and its users
Unsupported Questions
- Create a new task for [TeamMember]
- Update the priority of this task
- Delete the project [ProjectName]
- Schedule a new team meeting
- Add a new team member to [Workspace]
- Move this task to another project
Installation
uv pip install airbyte-ai-asana
Usage
from airbyte_ai_asana import AsanaConnector, AsanaAuthConfig
connector = AsanaConnector(
auth_config=AsanaAuthConfig(
access_token="...",
refresh_token="...",
client_id="...",
client_secret="..."
)
)
result = connector.tasks.list()
Documentation
| Entity | Actions |
|---|---|
| Tasks | List, Get |
| Project Tasks | List |
| Workspace Task Search | List |
| Projects | List, Get |
| Task Projects | List |
| Team Projects | List |
| Workspace Projects | List |
| Workspaces | List, Get |
| Users | List, Get |
| Workspace Users | List |
| Team Users | List |
| Teams | Get |
| Workspace Teams | List |
| User Teams | List |
For detailed documentation on available actions and parameters, see REFERENCE.md.
For the service's official API docs, see Asana API Reference.
Version Information
Package Version: 0.19.10
Connector Version: 0.1.1
Generated with connector-sdk: 1ab72bd8e7249872a4cf66327dd1a0bf68905acb