n8n Workflow

Create Asana Ticket From Terminal Bash Dash

This n8n workflow creates tasks and integrates with various services. Create Asana Ticket From Terminal Bash Dash - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow creates tasks and integrates with various services. Create Asana Ticket From Terminal Bash Dash - ready to import and run in your n8n instance.
Features:
  • Receives webhook events
Source Code
{
    "nodes": [
        {
            "name": "Asana",
            "type": "n8n-nodes-base.asana",
            "position": [
                450,
                500
            ],
            "parameters": {
                "name": "={{$json[\"query\"][\"parameter\"]}}",
                "workspace": "",
                "authentication": "oAuth2",
                "otherProperties": {
                    "projects": [
                        ""
                    ]
                }
            },
            "credentials": {
                "asanaOAuth2Api": ""
            },
            "typeVersion": 1,
            "id": "0db0e732-0fe8-4c7b-af6a-fb15ed9ad768"
        },
        {
            "name": "Webhook",
            "type": "n8n-nodes-base.webhook",
            "position": [
                250,
                500
            ],
            "webhookId": "b43ae7e2-a058-4738-8d49-ac76db6e8166",
            "parameters": {
                "path": "asana",
                "options": {
                    "responsePropertyName": "response"
                },
                "responseMode": "lastNode"
            },
            "typeVersion": 1,
            "id": "8506feee-590e-4a2a-a4b6-ac19dc21f6b6"
        },
        {
            "name": "Set",
            "type": "n8n-nodes-base.set",
            "position": [
                650,
                500
            ],
            "parameters": {
                "values": {
                    "string": [
                        {
                            "name": "response",
                            "value": "=Created Asana Task:  {{$json[\"permalink_url\"]}}"
                        }
                    ]
                },
                "options": []
            },
            "typeVersion": 1,
            "id": "339bb443-675b-43fb-a698-5b0015b29b5c"
        }
    ],
    "connections": {
        "Asana": {
            "main": [
                [
                    {
                        "node": "Set",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Webhook": {
            "main": [
                [
                    {
                        "node": "Asana",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows