n8n
Workflow
Create A New Card In Trello
This n8n workflow automates tasks using Trello. Create A New Card In Trello - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Trello. Create A New Card In Trello - ready to import and run in your n8n instance.
Features:
- Integrates with Trello
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": [],
"typeVersion": 1,
"id": "f3a48fed-ad05-4bad-ab64-0b4c8c374088"
},
{
"name": "Trello",
"type": "n8n-nodes-base.trello",
"position": [
450,
300
],
"parameters": {
"name": "Hello",
"listId": "",
"description": "Here are some details",
"additionalFields": []
},
"credentials": {
"trelloApi": ""
},
"typeVersion": 1,
"id": "7a06ec95-8722-4015-9ac7-f0f80113b987"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Trello",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Trello API credentials
Tags
#n8n
#automation
#workflow