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 →
{
"id": "55",
"name": "CFP Selection 2",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
400,
250
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
600,
250
],
"parameters": {
"table": "",
"operation": "list",
"application": "",
"additionalOptions": {
"filterByFormula": "{Total Score} > 15"
}
},
"credentials": {
"airtableApi": "<your credential>"
},
"typeVersion": 1
},
{
"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": "<your credential>"
},
"typeVersion": 1
},
{
"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": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"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
}
]
]
}
}
}
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.
airtableApibannerbearApitrelloApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
CFP Selection 2. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Source: https://github.com/Zie619/n8n-workflows — 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.
Send Airtable Data As Tasks To Trello. Uses manualTrigger, airtable, bannerbear, trello. Event-driven trigger; 4 nodes.
Simplify expense tracking with AI-powered automation that extracts receipt data and organizes it instantly. Watches Google Drive for new receipt uploads (images/PDFs) Automatically downloads and prepa
Sales development teams, account-based marketing professionals, and RevOps teams who are tired of generic job title filtering that misses the real decision makers. Built for teams that need to find th
Store the output of a phantom in Airtable. Uses manualTrigger, phantombuster, airtable. Event-driven trigger; 4 nodes.
Wise Airtable. Uses wiseTrigger, wise, airtable. Event-driven trigger; 4 nodes.