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": "46",
"name": "Cocktail Recipe Sharing",
"nodes": [
{
"name": "Bannerbear",
"type": "n8n-nodes-base.bannerbear",
"position": [
650,
300
],
"parameters": {
"templateId": "",
"modificationsUi": {
"modificationsValues": [
{
"name": "cocktail-image",
"imageUrl": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strDrinkThumb\"]}}"
},
{
"name": "title",
"text": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strDrink\"]}}"
},
{
"name": "recipe",
"text": "={{$node[\"HTTP Request\"].json[\"drinks\"][0][\"strInstructions\"]}}"
}
]
},
"additionalFields": {
"waitForImage": true
}
},
"credentials": {
"bannerbearApi": "<your credential>"
},
"typeVersion": 1
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"position": [
450,
300
],
"parameters": {
"url": "https://www.thecocktaildb.com/api/json/v1/1/random.php",
"options": {}
},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
250,
300
],
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 18,
"mode": "everyWeek",
"weekday": "5"
}
]
}
},
"typeVersion": 1
},
{
"name": "Rocketchat",
"type": "n8n-nodes-base.rocketchat",
"position": [
850,
300
],
"parameters": {
"channel": "",
"options": {},
"attachments": [
{
"imageUrl": "={{$node[\"Bannerbear\"].json[\"image_url\"]}}"
}
]
},
"credentials": {
"rocketchatApi": "<your credential>"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Cron": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"Bannerbear": {
"main": [
[
{
"node": "Rocketchat",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Bannerbear",
"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.
bannerbearApirocketchatApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Cocktail Recipe Sharing. Uses bannerbear, httpRequest, rocketchat. Scheduled 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.
*Tags: Crypto, Currency Exchange, Alpha Vantage API, Google Sheets*
Stop the daily grind of checking multiple apps just to stay updated. This template automates the creation of recurring digests by querying a powerful AI assistant you build on the Super platform.
MAIA - Health Check. Uses noOp, telegram, scheduleTrigger, googleSheets. Scheduled trigger; 7 nodes.
Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.
Every X day at Y pm, the workflow is automatically triggered.