AutomationFlowsGeneral › Fetch Trello List ID

Fetch Trello List ID

Original n8n title: Getlistid

getListID. Uses executeWorkflowTrigger, trello. Event-driven trigger; 3 nodes.

Event trigger★★★★☆ complexity3 nodesExecute Workflow TriggerTrello
General Trigger: Event Nodes: 3 Complexity: ★★★★☆ Added:

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 →

Download .json
{
  "active": false,
  "connections": {
    "Execute Workflow Trigger": {
      "main": [
        [
          {
            "node": "Trello",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trello": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "createdAt": "2023-07-22T18:02:23.316Z",
  "id": "LhTQ8ogj1rrBFmLw",
  "name": "getListID",
  "nodes": [
    {
      "parameters": {},
      "id": "c299c326-ec6b-4854-a2cc-a7ee076dd142",
      "name": "Execute Workflow Trigger",
      "type": "n8n-nodes-base.executeWorkflowTrigger",
      "typeVersion": 1,
      "position": [
        660,
        460
      ]
    },
    {
      "parameters": {
        "resource": "list",
        "operation": "getAll",
        "id": "59b092c86abf74bd9de64a98",
        "additionalFields": {}
      },
      "id": "d337dbd8-4272-4ddb-87be-403b03748970",
      "name": "Trello",
      "type": "n8n-nodes-base.trello",
      "typeVersion": 1,
      "position": [
        880,
        460
      ],
      "credentials": {
        "trelloApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nconst thelist =  $item(\"0\").$node[\"Execute Workflow Trigger\"].json[\"body\"][\"list\"] \nconst cardname =  $item(\"0\").$node[\"Execute Workflow Trigger\"].json[\"body\"][\"name\"] \n \nfor (const item of $input.all()) {\n  if(item.json.name==thelist){\n    item.json.cardname = cardname;\n    return item;\n  }  \n}\n\nreturn [];"
      },
      "id": "e2af932c-c264-4b33-b88e-196928893110",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "typeVersion": 1,
      "position": [
        1060,
        460
      ]
    }
  ],
  "settings": {},
  "staticData": null,
  "tags": [],
  "triggerCount": 0,
  "updatedAt": "2023-07-22T21:04:53.000Z",
  "versionId": "ff6c79d5-7a91-43e5-a0da-601a3be77a25"
}

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.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

getListID. Uses executeWorkflowTrigger, trello. Event-driven trigger; 3 nodes.

Source: https://github.com/Metatropics/n8n-backups/blob/7e59e01ffcd5b6888169905ad4809e4f3e8a9e26/workflows/getListID.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Agendamiento. Uses n8n-nodes-evolution-api, redis, dataTable, executeWorkflowTrigger. Event-driven trigger; 60 nodes.

N8N Nodes Evolution Api, Redis, Data Table +2
General

Prevent concurrent workflow runs using Redis. Uses executeWorkflowTrigger, manualTrigger, stickyNote, executeWorkflow. Event-driven trigger; 43 nodes.

Execute Workflow Trigger, Redis, Stop And Error
General

This workflow sets a small "lock" value in Redis so that only one copy of a long job can run at the same time. If another trigger fires while the job is still busy, the workflow sees the lock, stops e

Execute Workflow Trigger, Redis, Stop And Error
General

Reputation Engine — Site Refresh. Uses httpRequest, executeWorkflowTrigger. Event-driven trigger; 35 nodes.

HTTP Request, Execute Workflow Trigger
General

Using n8n a lot?

Execute Workflow Trigger, XML, Move Binary Data +1