8
n8n 中文网amn8n.com

通过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)可能需要您自行付费。

工作流信息
难度等级
中级
节点数量7
分类-
节点类型6
难度说明

适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

外部链接
在 n8n.io 查看

分享此工作流