Blocks
Asana
Asana Tasks operations: list, get, create, update.
Use Asana API with Personal Access Token to manage tasks.
Toolsasana
Block Preview
Asana
Asana Tasks operations: list, get, create, update.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the asana block with monitoring enabled in production.
Inputs (UI)
Token
short-inputLayout: full
Operation
dropdownLayout: full
Options: List Tasks, Get Task, Create Task, Update Task
Project ID
short-inputLayout: half
Task ID
short-inputLayout: half
Limit
short-inputLayout: half
Offset
short-inputLayout: half
Payload (JSON)
codePlaceholder: { "name": "New task" }
Layout: full
Inputs (API)
token
stringRequired
operation
stringRequired
projectId
stringOptional
taskId
stringOptional
limit
stringOptional
offset
stringOptional
data
stringOptional
Outputs
Primary response type:
json
Tool Access
asana_tasks