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 →
{
"active": false,
"connections": {
"Trello Trigger": {
"main": [
[
{
"node": "Trello",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2023-01-06T22:12:25.244Z",
"id": "7",
"name": "Scratches",
"nodes": [
{
"parameters": {},
"id": "efb27463-fe1b-4e57-ae24-ffeb83a0b381",
"name": "When clicking \"Execute Workflow\"",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
600,
300
]
},
{
"parameters": {},
"id": "9c1bafda-3805-46c3-8baf-3a33f19516ec",
"name": "Trello Trigger",
"type": "n8n-nodes-base.trelloTrigger",
"typeVersion": 1,
"position": [
820,
300
],
"credentials": {
"trelloApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"additionalFields": {}
},
"id": "5c783ea5-414f-4020-a7a2-ebefb5f77610",
"name": "Trello",
"type": "n8n-nodes-base.trello",
"typeVersion": 1,
"position": [
1040,
300
],
"credentials": {
"trelloApi": {
"name": "<your credential>"
}
}
}
],
"settings": {},
"staticData": null,
"tags": [],
"triggerCount": 0,
"updatedAt": "2023-01-06T22:12:25.244Z",
"versionId": "91e0a2c7-261b-486f-a502-e18d84d615a0"
}
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.
trelloApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Scratches. Uses trelloTrigger, trello. Event-driven trigger; 3 nodes.
Source: https://github.com/TheBoatyMcBoatFace/magic.bentleyhensel.com/blob/c2c4a406b9c0f1369d15c4028675649a5622dbfb/workflows/Scratches.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Create A New Card In Trello. Uses manualTrigger, trello. Event-driven trigger; 2 nodes.
Create a new card in Trello. Uses manualTrigger, trello. Event-driven trigger; 2 nodes.
Automatically clean up Trello boards by deleting any cards labeled “Mark for Deletion.”
getListID. Uses executeWorkflowTrigger, trello. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.