This workflow follows the HTTP Request → Supabase recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Imperium - Daily Newsletter",
"nodes": [
{
"parameters": {},
"id": "manual",
"name": "Manual Trigger",
"type": "n8n-nodes-base manualTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "getAll",
"table": "products",
"returnAll": true
},
"id": "getProducts",
"name": "Get Products",
"type": "n8n-nodes-base.supabase",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"url": "http://localhost:11434/api/generate",
"method": "POST",
"sendBody": true,
"body": "{\"model\": \"llama3.2\", \"prompt\": \"Write a 2 sentence marketing post about an Imperium apparel product. Pick any product name from: Classic Tee, Hoodie, Sweatpants, Beanie, Snapback.\", \"stream\": false}",
"options": {}
},
"id": "ollama",
"name": "Generate Content",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4,
"position": [
650,
300
]
},
{
"parameters": {
"chat_id": "8459911167",
"text": "\ud83d\udcf8 *Imperium Daily Drop*\n\n{{$json.response}}\n\n\ud83e\udde0 [28 Principles](https://mywebsite.com/28principles) \u2022 \ud83d\udcf0 [Daily Post](https://mywebsite.com/newsletter)",
"reply_markup": {
"inline_keyboard": [
[
{
"text": "\ud83e\udde0 28 Principles",
"url": "https://mywebsite.com/28principles"
},
{
"text": "\ud83d\udcf0 Daily Post",
"url": "https://mywebsite.com/newsletter"
}
]
]
}
},
"id": "telegram",
"name": "Send Telegram",
"type": "n8n-nodes-base.telegram",
"typeVersion": 1.2,
"position": [
850,
300
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Get Products",
"type": "main",
"index": 0
}
]
]
},
"Get Products": {
"main": [
[
{
"node": "Generate Content",
"type": "main",
"index": 0
}
]
]
},
"Generate Content": {
"main": [
[
{
"node": "Send Telegram",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Imperium - Daily Newsletter. Uses n8n-nodes-base manualTrigger, supabase, httpRequest, telegram. Event-driven trigger; 4 nodes.
Source: https://github.com/SandMan-SM/imperium/blob/200983380033d8a9e209ca41b61105425979e950/automations/n8n-newsletter-simple.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Imperium - Daily Newsletter. Uses supabase, httpRequest, telegram. Event-driven trigger; 4 nodes.
This n8n workflow automates task management by integrating Trello, Supabase, and Telegram to streamline card creation, user assignment, and due date notifications. It ensures seamless synchronization
[HUB] Жора Action. Uses executeWorkflowTrigger, supabase, telegram, httpRequest. Event-driven trigger; 19 nodes.
Telegram-auth. Uses telegramTrigger, telegram, supabase, httpRequest. Event-driven trigger; 18 nodes.
Http Telegram. Uses telegramTrigger, httpRequest, supabase, telegram. Event-driven trigger; 17 nodes.