n8n Workflow

Send Airtable Data As Tasks To Trello

This n8n workflow automates tasks using Airtable. Send Airtable Data As Tasks To Trello - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Airtable. Send Airtable Data As Tasks To Trello - ready to import and run in your n8n instance.
Features:
  • Integrates with Airtable
  • Sends notifications or updates
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                400,
                250
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "7b655bd1-35c0-45b1-9180-7eef785b6949"
        },
        {
            "name": "Airtable",
            "type": "n8n-nodes-base.airtable",
            "position": [
                600,
                250
            ],
            "parameters": {
                "table": "",
                "operation": "list",
                "application": "",
                "additionalOptions": {
                    "filterByFormula": "{Total Score} > 15"
                }
            },
            "credentials": {
                "airtableApi": "Airtable"
            },
            "typeVersion": 1,
            "id": "e8f7e9c8-18cd-433a-b9a2-d5f01881ae89"
        },
        {
            "name": "Bannerbear",
            "type": "n8n-nodes-base.bannerbear",
            "position": [
                800,
                250
            ],
            "parameters": {
                "templateId": "",
                "modificationsUi": {
                    "modificationsValues": [
                        {
                            "name": "talk title",
                            "text": "={{$node[\"Airtable\"].json[\"fields\"][\"What's the title of your talk?\"]}}"
                        },
                        {
                            "name": "abstract",
                            "text": "={{$node[\"Airtable\"].json[\"fields\"][\"Please share the abstract of your talk.\"]}}"
                        },
                        {
                            "name": "profile image",
                            "imageUrl": "={{$node[\"Airtable\"].json[\"fields\"][\"Please share a URL of your profile picture.\"]}}"
                        },
                        {
                            "name": "username",
                            "text": "={{$node[\"Airtable\"].json[\"fields\"][\"Your twitter handle\"]}}"
                        },
                        {
                            "name": "full name",
                            "text": "={{$node[\"Airtable\"].json[\"fields\"][\"Great, can we get your full name?\"]}}"
                        }
                    ]
                },
                "additionalFields": {
                    "waitForImage": true
                }
            },
            "credentials": {
                "bannerbearApi": "Bannerbear"
            },
            "typeVersion": 1,
            "id": "f3829217-0b91-4b21-8352-d221764567f3"
        },
        {
            "name": "Trello",
            "type": "n8n-nodes-base.trello",
            "position": [
                1000,
                250
            ],
            "parameters": {
                "name": "={{$node[\"Airtable\"].json[\"fields\"][\"What's the title of your talk?\"]}}",
                "listId": "",
                "description": "=Abstract: {{$node[\"Airtable\"].json[\"fields\"][\"Please share the abstract of your talk.\"]}}\n\nName: {{$node[\"Airtable\"].json[\"fields\"][\"Great, can we get your full name?\"]}}\nBio: {{$node[\"Airtable\"].json[\"fields\"][\"Please share a bit of information about you.\"]}}\nEmail: {{$node[\"Airtable\"].json[\"fields\"][\"And what's your email address?\"]}}\nTwitter: {{$node[\"Airtable\"].json[\"fields\"][\"Your twitter handle\"]}}",
                "additionalFields": {
                    "urlSource": "={{$node[\"Bannerbear\"].json[\"image_url\"]}}"
                }
            },
            "credentials": {
                "trelloApi": "Trello"
            },
            "typeVersion": 1,
            "id": "4caa7830-e87f-42f6-a016-112e98b03400"
        }
    ],
    "connections": {
        "Airtable": {
            "main": [
                [
                    {
                        "node": "Bannerbear",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "Bannerbear": {
            "main": [
                [
                    {
                        "node": "Trello",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Airtable",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Airtable API credentials, Trello API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows