Asana + SurveyAnalytica
Drive Asana from flows through the universal connector: tasks by API, paginated reads, Asana webhooks inbound.
Straight framing: there is no named Asana action — Asana runs through the universal connector. With a personal access token, flows create and update tasks through Asana's REST API, scheduled reads poll projects with pagination, and Asana webhooks call a flow's unique inbound URL on task events.
Workflow triggers
Asana webhooks inbound
Asana webhooks on task events call your flow's inbound URL (the handshake echo rides the standard inbound path).
Workflow actions
Task writes via the connector
Create tasks in a project, update fields, add comments — per record through the REST API.
Poll projects
Scheduled paginated reads of project tasks as a workflow data source.
How data flows
Task events in via Asana webhooks; task writes and reads out via the connector — feedback themes become owned, dated tasks without copy-paste.
Connection: Asana personal access token as bearer auth on a webhook connection.
Worked example: Feedback themes into the ops board
Trigger: a weekly scheduled flow aggregates the week's low-score themes.
Action: the connector creates one Asana task per theme with counts and example verbatims, assigned to the owning team.
Completing the task can notify the flow via an Asana webhook.
Setting it up
1.
Create an Asana personal access token and a bearer webhook connection.
2.
Register an Asana webhook against your flow's inbound URL.
3.
Map fields with the JS transform in the action.
Frequently asked questions
Is there a native Asana app?
No — stated plainly. The universal connector with your personal access token covers task writes, paginated reads and webhook triggers today.