The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Create Asana Task",
"nodes": [
{
"parameters": {},
"id": "f7d7e146-3f88-4701-87ab-1aa09df7a83d",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
820,
360
]
},
{
"parameters": {
"workspace": "1207638003439377",
"name": "={{ $json.query.name }}",
"otherProperties": {
"due_on": "={{ $json.query.due_date }}T00:00:00",
"projects": [
"1207790694984047"
]
}
},
"id": "163fab0b-947d-4b62-b17f-b6a420a10104",
"name": "Asana",
"type": "n8n-nodes-base.asana",
"typeVersion": 1,
"position": [
1040,
360
],
"alwaysOutputData": false,
"credentials": {
"asanaApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Asana",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "2295c979-5624-47bf-89d6-5d784e3c9a6e",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "nCnW5wOp1qjTpOvp",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
asanaApi
About this workflow
Create Asana Task. Uses executeWorkflowTrigger, asana. Event-driven trigger; 2 nodes.
Source: https://github.com/daboi2331/ai-agents-masterclass/blob/main/8-n8n-asana-agent/n8n_Workflow_Create_Asana_Task.json — original creator credit. Request a take-down →