
Weekly Meal Planner → PDF → Telegram
Description
Categories
📊 Productivity🤖 AI & Machine Learning
Nodes Used
n8n-nodes-base.coden8n-nodes-base.coden8n-nodes-base.coden8n-nodes-base.stickyNoten8n-nodes-base.httpRequestn8n-nodes-base.httpRequestn8n-nodes-base.httpRequestn8n-nodes-base.manualTrigger
PriceFree
Views0
Last Updated11/28/2025
workflow.json
{
"meta": {
"templateCreatedBy": {
"id": "template-creator",
"name": "n8n Template Creator"
},
"templateCredentials": [
"httpHeaderAuth",
"openAiApi",
"telegramApi"
]
},
"name": "Weekly Meal Planner → PDF → Telegram",
"nodes": [
{
"id": "ManualTrigger",
"name": "Trigger: Weekly Meal Workflow",
"type": "n8n-nodes-base.manualTrigger",
"position": [
220,
320
],
"parameters": {},
"typeVersion": 1
},
{
"id": "StickyNote1",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
180,
180
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "FilloutHTTP",
"name": "Fetch Fillout Submission (HTTP)",
"type": "n8n-nodes-base.httpRequest",
"position": [
460,
320
],
"parameters": {},
"typeVersion": 3
},
{
"id": "PrepPrompt",
"name": "Prep Prompt from Fillout",
"type": "n8n-nodes-base.code",
"position": [
700,
320
],
"parameters": {},
"typeVersion": 2
},
{
"id": "OpenAIHTTP",
"name": "OpenAI Chat (HTTP)",
"type": "n8n-nodes-base.httpRequest",
"position": [
940,
320
],
"parameters": {},
"typeVersion": 3
},
{
"id": "ValidateJSON",
"name": "Validate & Shape Plan",
"type": "n8n-nodes-base.code",
"position": [
1180,
320
],
"parameters": {},
"typeVersion": 2
},
{
"id": "BuildHTML",
"name": "Build HTML for PDF",
"type": "n8n-nodes-base.code",
"position": [
1420,
320
],
"parameters": {},
"typeVersion": 2
},
{
"id": "PDF4meHTTP",
"name": "PDF4me: HTML to 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
}
]
]
}
}
}