The user has built a workflow that connects messaging and AI tools to create a legal Q&A assistant. They want to automate the process of responding to legal questions through Telegram while managing user access and usage automatically.
I recently worked on a workflow that connects n8n with messaging and AI tools to create a legal Q&A assistant that runs continuously. The idea was to build a system that can respond to basic legal questions through Telegram while managing access and usage automatically. The workflow handles several steps behind the scenes so the process runs without manual monitoring. Here’s the general structure of the setup: Users send questions through a Telegram bot The system checks whether the user has an active payment or access status Message limits are applied depending on the user’s plan The request is sent to an AI model to generate a response The reply is returned automatically through Telegram The system can support both one-time access and recurring subscriptions, which allows the workflow to manage different types of users. The main idea is to connect messaging, payment checks and AI responses into a single automated pipeline using n8n. With everything tied together in one workflow, the assistant can handle incoming questions at any time while keeping usage and access organized.