Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
Quick Overview This workflow runs a Telegram bot that guides users through a multi step chat flow, stores session state in Supabase, logs completed astrology reading requests to a Supabase history ...
n8n-nodes-base.stickynote, n8n-nodes-base.telegramtrigger, n8n-nodes-base.supabase, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.telegram
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Salome Tkhilaishvili.
Original n8n.io sourceThis workflow runs a Telegram bot that guides users through a multi-step chat flow, stores session state in Supabase, logs completed astrology reading requests to a Supabase history table, and replies to the user in Telegram.
sessions table using the Telegram chat ID.astrology_readings table with the captured input details.sessions and astrology_readings tables with fields matching chat_id, state, mode, p1_data, and p2_data.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.
| Workflow | Collect astrology feedback with Telegram and Supabase |
|---|---|
| Complexity | advanced |
| Nodes | 15 |
| Categories | Support Chatbot, AI Chatbot |
| Author | Salome Tkhilaishvili |
| Published | 25 May 2026 |
Use the JSON export at /data/workflows/15943/15943.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.
Quick Overview This workflow runs a Telegram bot that guides users through a multi step chat flow, stores session state in Supabase, logs completed astrology reading requests to a Supabase history ...
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 Support Chatbot, AI Chatbot use case.