Block 1 - Daily Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Who’s it for Solo founders and spreadsheet gremlins who track everything in Notion and want crisp Telegram pings without opening a single page. What it does This workflow runs on daily , weekly , a...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.set, n8n-nodes-base.code, n8n-nodes-base.telegram, n8n-nodes-base.notion, n8n-nodes-base.summarize, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anoop.
Original n8n.io sourceSolo founders and spreadsheet gremlins who track everything in Notion and want crisp Telegram pings without opening a single page.
This workflow runs on daily, weekly, and monthly schedules, queries multiple Notion databases, summarizes key numbers, formats human‑readable messages, and sends them to Telegram.
Out of the box it sends:
Debit in Financial Transaction since start of day).Messages are built via Code nodes (simple JS) and delivered to Telegram.
Created time, Type = Debit/Invoice.Currently Applicable = true, Payment Schedule Type = Monthly, formula: Monthly Budget Left.Created time filter.Amount Left, Amount Spent, Amount Needed.Next Date on or before now, Type = Financial, Repeat Type != off.Liquidity = Liquid or Semi Liquid.property_cost / property_balance fields.property_next_date.start → next-date) and format text blocks like:Total Expenses Today - Rs XMonthly Budget Left - <list>Invoices still to pay - <list>Funds Info - spent/neededLiquidity Balance - <list>chatId.> Tip: If your Notion property names differ, adjust the filters and Set node mappings accordingly.
Telegram
chat.id).chatId (or use an env var/secret).Notion
n8n Credentials
chatId in the node or via expression.Time windows
on_or_after: $now.startOf('day')on_or_after: $now.startOf('week')on_or_after: $now.startOf('month')28 by default — change in the Schedule node.$now to string: {{$now.toISO()}} or parse Notion dates with DateTime.fromISO(...) as needed.Total Expenses Today - Rs 1,840
Monthly Budget Left - 3
1) Groceries: Rs 4,500
2) Dining Out: Rs 1,200
3) Utilities: Rs 800
Invoices still to pay - 2
1) Figma Pro: Rs 3,000
2) AWS: Rs 2,450
Notion accountAccountant AI> Works great with the “Personal Finance System” style schemas. Adjust property keys (property_*) if your Notion columns differ.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 46 workflow blocks. Download the JSON for the full node graph.
| Workflow | Send scheduled financial digests to Telegram from Notion with multi-schedule alerts |
|---|---|
| Complexity | advanced |
| Nodes | 46 |
| Categories | Personal Productivity |
| Author | Anoop |
| Published | 10 Nov 2025 |
Use the JSON export at /data/workflows/10669/10669.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Who’s it for Solo founders and spreadsheet gremlins who track everything in Notion and want crisp Telegram pings without opening a single page. What it does This workflow runs on daily , weekly , a...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity use case.