通过Coingecko每小时发布加密货币市场摘要到X和邮箱
中级
这是一个自动化工作流,包含 7 个节点。主要使用 Code, Gmail, Twitter, HttpRequest, ScheduleTrigger 等节点。 通过Coingecko每小时发布加密货币市场摘要到X和邮箱
前置要求
- •Google 账号和 Gmail API 凭证
- •Twitter API 凭证
- •可能需要目标 API 的认证凭证
分类
-
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"id": "cf645e1c-7d1e-4328-a4d4-39b59b461713",
"name": "便签",
"type": "n8n-nodes-base.stickyNote",
"position": [
-920,
-320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "faf71292-35db-43c1-9ccd-415e9fc16658",
"name": "便签1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-40,
-500
],
"parameters": {},
"typeVersion": 1
},
{
"id": "83f563bd-29a6-4f41-8c34-bbbd4fdccaa8",
"name": "加密货币小时触发器",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
-1360,
-180
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "2bd0e8b2-d21f-40dd-a3ca-135bc3009bc2",
"name": "获取比特币数据",
"type": "n8n-nodes-base.httpRequest",
"position": [
-740,
-180
],
"parameters": {},
"typeVersion": 4.2
},
{
"id": "fb7dd2a6-5148-4c18-bcf4-adc33075f753",
"name": "格式化加密货币消息",
"type": "n8n-nodes-base.code",
"position": [
-320,
-180
],
"parameters": {},
"typeVersion": 2
},
{
"id": "c11431a5-3061-4736-ac7a-143f622f973e",
"name": "在X平台发布加密货币更新",
"type": "n8n-nodes-base.twitter",
"position": [
120,
-300
],
"parameters": {},
"typeVersion": 2
},
{
"id": "31306f80-46f9-4dfc-86cd-039463f8dd9c",
"name": "发送加密货币更新邮件",
"type": "n8n-nodes-base.gmail",
"position": [
120,
-20
],
"webhookId": "d8c1b216-c87b-4498-9f05-1544a92bb7fd",
"parameters": {},
"typeVersion": 2.1
}
],
"pinData": {},
"connections": {
"Fetch Bitcoin Data": {
"main": [
[
{
"node": "Format Crypto Message",
"type": "main",
"index": 0
}
]
]
},
"Crypto Hourly Trigger": {
"main": [
[
{
"node": "Fetch Bitcoin Data",
"type": "main",
"index": 0
}
]
]
},
"Format Crypto Message": {
"main": [
[
{
"node": "Post Crypto Update on X",
"type": "main",
"index": 0
},
{
"node": "Send Crypto Update Email",
"type": "main",
"index": 0
}
]
]
},
"Post Crypto Update on X": {
"main": [
[]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
中级
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用AI(GPT-4o)自动化数字产品和SaaS销售
使用AI(GPT-4o)自动化数字产品和SaaS销售
If
Code
Wait
+14
34 节点Badr
销售
AI个性化多产品邮件营销
基于SMTP轮换的AI个性化多产品邮件营销(GPT-4o/o3-mini)
If
Code
Wait
+16
41 节点Badr
销售
域名外联:自动化潜在客户提取和定向触达
域名外联:自动化潜在客户提取和定向触达
If
Code
Wait
+11
31 节点Badr
销售
智能邮件触达序列 - AI驱动且可定制
智能邮件触达序列 - AI驱动且可定制
If
Set
Code
+8
68 节点Badr
销售
自动化博客撰写与社交媒体推广代理
使用GPT-4、Perplexity和WordPress自动化SEO博客创建+社交媒体
Set
Code
Gmail
+21
79 节点LukaszB
设计
在可视化参考库中探索n8n节点
在可视化参考库中探索n8n节点
If
Ftp
Set
+93
113 节点I versus AI
其他