鸡尾酒配方分享
初级
这是一个Other领域的自动化工作流,包含 4 个节点。主要使用 Cron, Bannerbear, Rocketchat, HttpRequest 等节点。 在图像上渲染自定义文本
前置要求
- •可能需要目标 API 的认证凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "46",
"name": "鸡尾酒配方分享",
"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": "Bannerbear"
},
"typeVersion": 1
},
{
"name": "HTTP 请求",
"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": "Rocket"
},
"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
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 其他
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Zoom 节点创建会议
自动在 Zoom 中创建会议
Zoom
Manual Trigger
2 节点tanaypant
其他
✨ n8n工作流:使用BuiltWith监控技术栈并发送邮件提醒
获取 Flow 中的所有任务
Flow
Manual Trigger
2 节点tanaypant
其他
从 Toggl 获取新的时间记录
从 Toggl 获取新的时间记录
Toggl Trigger
1 节点tanaypant
其他
接收Trello指定列表变更更新
接收Trello中指定列表的变更更新
Trello Trigger
1 节点tanaypant
其他
接收Flow指定任务更新
接收Flow中指定任务的更新
Flow Trigger
1 节点tanaypant
其他
自动化个人洞察:心情与天气记录到Notion
使用Telegram和OpenWeatherMap将每日心情和天气记录到Notion
Code
Cron
Notion
+4
19 节点Issam AGGOUR
其他