8
n8n 中文网amn8n.com

通过N2YO和Telegram获取实时国际空间站可见性提醒

中级

这是一个Content Creation, Multimodal AI领域的自动化工作流,包含 6 个节点。主要使用 If, Code, Telegram, HttpRequest, ScheduleTrigger 等节点。 通过N2YO和Telegram获取实时国际空间站可见性提醒

前置要求
  • Telegram Bot Token
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "instanceId": "93f396852104089b8670e7494b0f3668b420464668ae4a8c1d6b4b5799f8e3ef",
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "4eea2793-24c3-4098-b54b-4487f24eb8b8",
      "name": "HTTP 请求",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -832,
        288
      ],
      "parameters": {},
      "typeVersion": 4.2
    },
    {
      "id": "6a75af37-a172-4d0f-a6d5-89cc08de29dc",
      "name": "发送短信",
      "type": "n8n-nodes-base.telegram",
      "position": [
        -80,
        272
      ],
      "webhookId": "b46b7d23-f0a5-4401-b02d-9cf322687733",
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "c64e8558-eb90-4f57-8b37-7c92e92bacbc",
      "name": "计划触发器",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1024,
        288
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "44a5a9e0-0047-440c-a92f-997dfdfdd6f3",
      "name": "可读",
      "type": "n8n-nodes-base.code",
      "position": [
        -608,
        288
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "bc732b70-7ead-43e0-8cc0-7695307b743e",
      "name": "如果",
      "type": "n8n-nodes-base.if",
      "position": [
        -400,
        288
      ],
      "parameters": {},
      "typeVersion": 2.2
    },
    {
      "id": "4ca58327-6def-44bf-8dc0-84f094dc14e5",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -288
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Send a text message",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Readable": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Readable",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

中级 - 内容创作, 多模态 AI

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

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

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

外部链接
在 n8n.io 查看

分享此工作流