每周膳食计划器 → PDF → Telegram

中级

这是一个Personal Productivity、Multimodal AI领域的自动化工作流,包含 8 个节点。主要使用 Code、HttpRequest、ManualTrigger 等节点。 每周膳食计划器:AI生成购物清单,含价格比较,发送至WhatsApp

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "meta": {
    "templateCreatedBy": {
      "id": "template-creator",
      "name": "n8n Template Creator"
    },
    "templateCredentials": [
      "httpHeaderAuth",
      "openAiApi",
      "telegramApi"
    ]
  },
  "name": "每周膳食计划器 → PDF → Telegram",
  "nodes": [
    {
      "id": "ManualTrigger",
      "name": "触发器:每周膳食工作流",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        220,
        320
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "StickyNote1",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        180,
        180
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "FilloutHTTP",
      "name": "获取 Fillout 提交(HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        460,
        320
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "PrepPrompt",
      "name": "从 Fillout 准备提示",
      "type": "n8n-nodes-base.code",
      "position": [
        700,
        320
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "OpenAIHTTP",
      "name": "OpenAI 聊天(HTTP)",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        940,
        320
      ],
      "parameters": {},
      "typeVersion": 3
    },
    {
      "id": "ValidateJSON",
      "name": "验证并规划计划",
      "type": "n8n-nodes-base.code",
      "position": [
        1180,
        320
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "BuildHTML",
      "name": "构建 PDF 的 HTML",
      "type": "n8n-nodes-base.code",
      "position": [
        1420,
        320
      ],
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "PDF4meHTTP",
      "name": "PDF4me:HTML 转 PDF",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        1660,
        320
      ],
      "parameters": {},
      "typeVersion": 3
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1",
  "connections": {
    "Build HTML for PDF": {
      "main": [
        [
          {
            "node": "PDF4me: HTML to PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat (HTTP)": {
      "main": [
        [
          {
            "node": "Validate & Shape Plan",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Validate & Shape Plan": {
      "main": [
        [
          {
            "node": "Build HTML for PDF",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Prep Prompt from Fillout": {
      "main": [
        [
          {
            "node": "OpenAI Chat (HTTP)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Trigger: Weekly Meal Workflow": {
      "main": [
        [
          {
            "node": "Fetch Fillout Submission (HTTP)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch Fillout Submission (HTTP)": {
      "main": [
        [
          {
            "node": "Prep Prompt from Fillout",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个中级难度的工作流,适用于Personal Productivity、Multimodal AI等场景。适合有一定经验的用户,包含 6-15 个节点的中等复杂度工作流

需要付费吗?

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

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

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

作者
Shelly-Ann Davy

Shelly-Ann Davy

@SheCodesFlow

Founder of The Workflow Muse & @SheCodesFlow. I craft elegant, task-focused automations for creators, founders, and soft-tech enthusiasts. “Automate with grace. Scale with power.”

外部链接
在 n8n.io 上查看 →

分享此工作流