Function Automate streamlines user interactions on Telegram by automatically managing user data and responding to commands in multiple languages. It efficiently integrates with NocoDb to track user activity and provide personalized greetings, ensuring a seamless communication experience. This workflow enhances user engagement by delivering timely responses and support, ultimately improving user satisfaction and retention.

View Large Image
Function Automate streamlines user interactions on Telegram by automatically managing user data and responding to commands in multiple languages. It efficiently integrates with NocoDb to track user activity and provide personalized greetings, ensuring a seamless communication experience. This workflow enhances user engagement by delivering timely responses and support, ultimately improving user satisfaction and retention.
This workflow addresses the challenge of managing user interactions in a Telegram bot by:
chatID node extracts the user's chat ID and language preference from the incoming message.LoadDictionary node retrieves predefined messages in multiple languages from the NocoDB database.CheckUser node checks if the user is new or returning by querying the TG_users table in NocoDB.Switch node directs the flow based on the user's command (e.g., /start, /help).HTTP AddUser node creates a new entry in the database. If the user is returning, the HTTP UpdateUser node updates their last used language.msg_* nodes.Merge node consolidates data and prepares it for the next steps, ensuring a smooth flow of information.