Block 1 - Telegram Trigger
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
n8n Workflow: Role Based Access Control (RBAC) for Telegram Automations This n8n workflow lets you control access to your internal Telegram bots and automation systems based on user roles and de...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.noop, n8n-nodes-base.switch, n8n-nodes-base.datatable, n8n-nodes-base.stickynote, n8n-nodes-base.slacktrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.airtable
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Yehor EGMS.
Original n8n.io sourceThis n8n workflow lets you control access to your internal Telegram bots and automation systems based on user roles and departments. It ensures that only authorized team members β defined in your employee database β can interact with specific parts of your workflow. Perfect for agencies, internal tools, or multi-team organizations where permissions differ across roles (e.g., Marketing, Sales, Administration).
β‘ Receive Message (Telegram Trigger) Purpose: Captures incoming messages from users interacting with your Telegram bot.
When a user sends any message to the bot, the workflow retrieves their Telegram username and triggers the process.
Provides a secure and instant entry point for validating user identity before running any internal logic.
π Employee Database (Data Table Node) Purpose: Fetches user details such as Position and Type from your internal employee table.
Structure Example:
UserName===Position===Type User_1===Marketing===SEO User_2===Administration===Manager User_3===Marketing===Target
Centralized employee management β you can update access levels (roles or departments) directly in the data table without editing the workflow.
Purpose: Determines the userβs department or role level (e.g., Marketing, Sales, Administration).
Purpose: Performs a second-level check β filters users by Type (e.g., SEO, SMM, Target).
Marketing β SEO β Send to SEO workflow branch Marketing β Target β Send to Ads branch Administration β Manager β Grant full access Sales β Employee β Limited access
Allows multi-level, role-based logic with different automation paths for each team or position.
π¬ No Operation Nodes (Placeholders) Purpose: Represent different action branches β each can later be replaced with the logic specific to that department.
βTargetβ branch β connect to ad performance automation βSEOβ branch β connect to Google Search Console reports βSalesβ branch β connect to CRM updates
A flexible access framework β ready to integrate with any process per department.
π Workflow Overview Table
Section Node Name Purpose
π Granular Access Control: Multi-level permission logic (Position + Role). βοΈ Dynamic Role Management: Update access directly in your data table β no redeployment needed. π§± Modular Design: Add or replace department branches without affecting core logic. π Scalable Foundation: Perfect base for enterprise-grade permission systems or multi-team bots. π Cross-Platform Ready: Can be adapted for Slack, Discord, or internal chat tools.
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 28 workflow blocks. Download the JSON for the full node graph.
| Workflow | Role-based access control (RBAC) for Telegram automations |
|---|---|
| Complexity | advanced |
| Nodes | 28 |
| Categories | Miscellaneous |
| Author | Yehor EGMS |
| Published | 25 Oct 2025 |
Use the JSON export at /data/workflows/10171/10171.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.
n8n Workflow: Role Based Access Control (RBAC) for Telegram Automations This n8n workflow lets you control access to your internal Telegram bots and automation systems based on user roles and de...
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 Miscellaneous use case.