Asana
Paste an API keyCreate tasks with document links in any project.
What you can do
- Create an Asana task — name, notes and the run's document links, in a project you choose
No false success: every send/create in Asana is verified — ASHDOCS reads the item back from Asana's API before the step turns green. If it can't be found, the run fails honestly instead of pretending.
Get your Asana credentials
- 1Open the Asana developer console at app.asana.com/0/my-apps.
- 2Create a Personal access token and copy it (starts with 1/…).
Add the connection in ASHDOCS
- 1Open the Connections page in the flows console.
- 2Click “Connect with a key” and pick Asana.
- 3Paste: Personal access token. ASHDOCS validates the credentials against Asana before saving — a bad key is rejected with a plain-English reason, never stored.
Use it in a flow
In the flow builder, add the Asana step, pick your connection, and fill the fields — values from earlier steps drop in as {{s1.field}} placeholders. Then hit Test this step in the step's panel to run it on its own before switching the flow on.
Troubleshooting
403 on create
Your Asana user must be a member of the target project.
Which project ID?
The long number in the project's URL.
FAQ
Is the task verified?
Yes — the task is read back from Asana by its gid before the step turns green.
Assignees and due dates?
Not yet — create the task, then automate assignment inside Asana rules if needed.