Skip to content
FlowHubFluxonLab
Asana
Asanafree

Create a new task in Asana

by tanaypantadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAsanaAsana
Share Post Share
MaOn clicking 'execute'On clicking 'ex…Asana1
1/5
STEPS · 1
Run manually by an operator

Explore this workflow on its official n8n template page.

Tags

n8nreference-onlyasana
Connects
asanaAsana
CategoryAsana
Triggermanual
Complexitysimple
Nodes2
AddedJul 10, 2020

Related workflows

See all Asana
asana
free

Create Asana Ticket from Terminal Bash-dash

This workflow allows creating a new Asana task via bash-dash Example usage: \- asana My new task Example bash-dash config: commands[asana]="http://localhost:5678/webhook/asana"

by Jan Oberhauser
asananotion
free

Sync tasks data between Notion and Asana

This workflow syncs data between Notion and Asana whenever a new task or an update is done in one of the apps. Prerequisites Asana account and Asana credentials Notion account and Notion credentials How it works Go to Asana account. Create a new task in Asana. Notice a new task created in Notion account. Update the task in Asana. Notice the task is updated in Notion.

by n8n Team
asanazendesk
free

Sync Zendesk tickets with subsequent comments to Asana tasks

This workflow creates an Asana task when a new ticket is created in Zendesk. Subsequent comments on the ticket in Zendesk are added as comments to the task in Asana. Prerequisites Zendesk account and Zendesk credentials. Asana account and Asana credentials. Asana workspace to create tasks in. How it works The workflow listens for new tickets in Zendesk. When a new ticket is created, the workflow creates a new task in Asana. The Asana GID is then saved in one of the ticket's fields (in setup we call this "Asana GID"). The next time a comment is added to the ticket, the workflow retrieves the Asana GID from the ticket's field and adds the comment to the task in Asana. Setup This workflow requires that you set up a webhook in Zendesk. To do so, follow the steps below: In the workflow, open the On new Zendesk ticket node and copy the webhook URL. In Zendesk, navigate to Admin Center > Apps and integrations > Webhooks > Actions > Create Webhook. Add all the required details which can be retrieved from the On new Zendesk ticket node. The webhook URL gets added to the “Endpoint URL” field, and the “Request method” should match what is shown in n8n. Save the webhook. In Zendesk

by n8n Team