{"workflow":{"id":13503,"name":"Manage WooCommerce store operations via AI Telegram bot with OpenRouter","views":1735,"recentViews":8,"totalViews":1735,"createdAt":"2026-02-18T22:22:43.000Z","description":"## Who’s it for\nThis template is built for WooCommerce store owners, eCommerce managers, and automation agencies who want to manage store operations directly from Telegram using an AI assistant. It’s ideal for users looking to save time, automate support, and access store data conversationally.\n\n## How it works\nWhen a user sends a message via Telegram, the workflow triggers an AI agent that understands the request using a chat model with memory. Based on the intent, the agent executes the appropriate action such as retrieving orders, fetching product data, updating product information, logging data into Google Sheets, or sending email notifications.\n\n## How to set up\n1. Connect your Telegram bot credentials  \n2. Add your WooCommerce API keys  \n3. Connect Google Sheets for data storage  \n4. Connect your Gmail account  \n5. Configure your OpenRouter or OpenAI API key  \n6. Test the workflow via Telegram commands  \n\n## Requirements\n- WooCommerce store with API access  \n- Telegram bot token  \n- Google Sheets account  \n- Gmail credentials  \n- OpenRouter or OpenAI API key  \n\n## How to customize\nYou can expand this agent by adding tools like order creation, refund processing, CRM integrations, shipping updates, or advanced reporting. The AI prompt can also be modified to match your store operations.","workflow":{"id":"7O58hqKnq3tiUEoy","meta":{"instanceId":"3089840af78a179c45fa43c42861124090cf8d18ff771ab9e51dc941942c72bf"},"name":"eCommerce Ai Agent ( Telegram Bot )","tags":[],"nodes":[{"id":"28dd9f4c-d48d-4926-822a-517edeae5824","name":"Telegram Trigger","type":"n8n-nodes-base.telegramTrigger","position":[96,112],"webhookId":"0c4d5a48-538f-4e62-a4bb-ba433a5312bb","parameters":{"updates":["message"],"additionalFields":{}},"credentials":{"telegramApi":{"id":"Kx0B8Vgkfox2zLxE","name":"Telegram account"}},"typeVersion":1.2},{"id":"de4ce1b1-e985-4e74-8fd8-c6e2bca4eba2","name":"AI Agent","type":"@n8n/n8n-nodes-langchain.agent","position":[768,112],"parameters":{"text":"={{ $json.message.text }}","options":{"systemMessage":"=# role : \nYou are an AI Store Manager for a WooCommerce Digital Product Store that sells ebooks.\nYou operate inside an automation system (n8n) and can perform real actions such as reading data, updating products, managing orders and preparing customer emails.\n\nYour job is to understand user commands from Telegram and execute the correct store operations using available tools.\n\nWhen the command /start is active or when i say 'Hello' always greet me with 'Salam Alkiom Mohamed, how can i help you today'.\n\n# Tools\n- use 'Get Orders' to get orders information.\n- use 'Database' to store the orders information.\n- use Gmail to send emails to clients when asked to.\n\n# Supported Languages\nBased on the output from Telegram You can generate responses and emails in:\n\n- English\n- Arabic (Modern Standard Arabic)\n- Moroccan Arabic (Darija) — only for chat replies not emails\n- French (if requested)\n\n# Context\nCurrent date and time: {{ $now }}\n"},"promptType":"define"},"typeVersion":3.1},{"id":"6fc9fcaa-9a81-49dd-80a3-683344be2096","name":"OpenRouter Chat Model","type":"@n8n/n8n-nodes-langchain.lmChatOpenRouter","position":[384,336],"parameters":{"options":{}},"credentials":{"openRouterApi":{"id":"8yztolwCznntBeU2","name":"OpenRouter account"}},"typeVersion":1},{"id":"08e3901a-3616-4fd2-945e-c5a4e752167a","name":"Simple Memory","type":"@n8n/n8n-nodes-langchain.memoryBufferWindow","position":[512,336],"parameters":{"sessionKey":"={{ $json.message.chat.id }}","sessionIdType":"customKey","contextWindowLength":20},"typeVersion":1.3},{"id":"8383f59f-2d25-470f-924c-d06d7d2d4fdf","name":"Get orders","type":"n8n-nodes-base.wooCommerceTool","position":[704,336],"parameters":{"options":{},"resource":"order","operation":"getAll","returnAll":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Return_All', ``, 'boolean') }}"},"credentials":{"wooCommerceApi":{"id":"wsaMERp6dOHQup87","name":"WooCommerce account"}},"typeVersion":1},{"id":"1203dff9-09a8-44a0-ae02-c469ab02f0cb","name":"Send a text message","type":"n8n-nodes-base.telegram","position":[1728,112],"webhookId":"49bc4284-4ad2-43ca-90ff-feff1b5eb432","parameters":{"text":"={{ $json.output }}","chatId":"={{ $('Telegram Trigger').item.json.message.chat.id }}","additionalFields":{"appendAttribution":false}},"credentials":{"telegramApi":{"id":"Kx0B8Vgkfox2zLxE","name":"Telegram account"}},"typeVersion":1.2},{"id":"bc4b6404-9e9a-40ca-a929-4583d116e74e","name":"Get products","type":"n8n-nodes-base.wooCommerceTool","position":[832,336],"parameters":{"options":{},"operation":"getAll","returnAll":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Return_All', ``, 'boolean') }}"},"credentials":{"wooCommerceApi":{"id":"wsaMERp6dOHQup87","name":"WooCommerce account"}},"typeVersion":1},{"id":"d1259eb2-4893-4864-b42d-e1503d8be6a0","name":"Update product","type":"n8n-nodes-base.wooCommerceTool","position":[960,336],"parameters":{"imagesUi":{},"resource":"product","operation":"update","productId":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Product_ID', ``, 'string') }}","metadataUi":{},"dimensionsUi":{},"updateFields":{"name":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Name', ``, 'string') }}","salePrice":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Sale_Price', ``, 'string') }}","description":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Description', ``, 'string') }}","manageStock":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Manage_Stock', ``, 'boolean') }}","regularPrice":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Regular_Price', ``, 'string') }}","stockQuantity":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Stock_Quantity', ``, 'number') }}","shortDescription":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Short_Description', ``, 'string') }}"},"descriptionType":"auto"},"credentials":{"wooCommerceApi":{"id":"wsaMERp6dOHQup87","name":"WooCommerce account"}},"typeVersion":1},{"id":"2caa58ad-bdf8-4fe5-93e3-84cb0f949b68","name":"database","type":"n8n-nodes-base.googleSheetsTool","position":[1168,352],"parameters":{"columns":{"value":{"Status":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Status', ``, 'string') }}","Country":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Country', ``, 'string') }}","Order ID":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Order_ID__using_to_match_', ``, 'string') }}","Quantity":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Quantity', ``, 'string') }}","Date Paid":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Date_Paid', ``, 'string') }}","Last Name":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Last_Name', ``, 'string') }}","First Name":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('First_Name', ``, 'string') }}","Items Name":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Items_Name', ``, 'string') }}","Order Date":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Order_Date', ``, 'string') }}","Customer Note":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Customer_Note', ``, 'string') }}","Customer Email":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Customer_Email', ``, 'string') }}","Payment Method":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Payment_Method', ``, 'string') }}"},"schema":[{"id":"Order ID","type":"string","display":true,"removed":false,"required":false,"displayName":"Order ID","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Items Name","type":"string","display":true,"required":false,"displayName":"Items Name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Quantity","type":"string","display":true,"required":false,"displayName":"Quantity","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Order Date","type":"string","display":true,"required":false,"displayName":"Order Date","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Customer Email","type":"string","display":true,"required":false,"displayName":"Customer Email","defaultMatch":false,"canBeUsedToMatch":true},{"id":"First Name","type":"string","display":true,"required":false,"displayName":"First Name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Last Name","type":"string","display":true,"required":false,"displayName":"Last Name","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Country","type":"string","display":true,"required":false,"displayName":"Country","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Payment Method","type":"string","display":true,"required":false,"displayName":"Payment Method","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Customer Note","type":"string","display":true,"required":false,"displayName":"Customer Note","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Date Paid","type":"string","display":true,"required":false,"displayName":"Date Paid","defaultMatch":false,"canBeUsedToMatch":true},{"id":"Status","type":"string","display":true,"required":false,"displayName":"Status","defaultMatch":false,"canBeUsedToMatch":true}],"mappingMode":"defineBelow","matchingColumns":["Order ID"],"attemptToConvertTypes":false,"convertFieldsToString":false},"options":{},"operation":"appendOrUpdate","sheetName":{"__rl":true,"mode":"list","value":"gid=0","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1_zPBSN4sD4Tz-jlaY-B2yMI83_6AzRx-NCHrSHrgV5I/edit#gid=0","cachedResultName":"Sheet1"},"documentId":{"__rl":true,"mode":"list","value":"1_zPBSN4sD4Tz-jlaY-B2yMI83_6AzRx-NCHrSHrgV5I","cachedResultUrl":"https://docs.google.com/spreadsheets/d/1_zPBSN4sD4Tz-jlaY-B2yMI83_6AzRx-NCHrSHrgV5I/edit?usp=drivesdk","cachedResultName":"woocoomerce database"}},"credentials":{"googleSheetsOAuth2Api":{"id":"8xJvKkYYgU8O89Nb","name":"Google account ( Nid )"}},"typeVersion":4.7},{"id":"15ae2cdd-5790-432d-88d7-db5ec38a8928","name":"Send email","type":"n8n-nodes-base.gmailTool","position":[1312,352],"webhookId":"1ac53555-ccd1-4a49-b0db-814ddcd1cedc","parameters":{"sendTo":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('To', ``, 'string') }}","message":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Message', ``, 'string') }}","options":{"senderName":"Morocco vibe","appendAttribution":false},"subject":"={{ /*n8n-auto-generated-fromAI-override*/ $fromAI('Subject', ``, 'string') }}"},"credentials":{"gmailOAuth2":{"id":"bU3uXihfdKVJqFYX","name":"Gmail account"}},"typeVersion":2.2},{"id":"3d20a9ca-d434-4ea4-94a9-4dffea13cd5d","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[-720,-112],"parameters":{"width":608,"height":912,"content":"Telegram AI eCommerce Agent for WooCommerce\n\n@[youtube](cO5SazP1eNI)\n\n\n\nThis workflow allows you to manage your WooCommerce store directly from Telegram using an AI assistant.\n\nFeatures:\n• Get orders\n• Retrieve products\n• Update product information\n• Store data in Google Sheets\n• Send emails\n\nSetup Steps:\n1. Connect Telegram credentials\n2. Add WooCommerce API keys\n3. Connect Google Sheets\n4. Connect Gmail\n5. Add OpenRouter/OpenAI API key\n\nUse cases:\n• Sales monitoring\n• Product updates\n• Customer support\n• Store reporting\n\nSend commands via Telegram to interact with your store conversationally."},"typeVersion":1},{"id":"ac309d26-5180-4fd4-8490-7b6517373583","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[-16,-32],"parameters":{"color":6,"width":320,"height":384,"content":"## Telegram bot trigger.\n\nReceives user messages and sends them to the AI agent."},"typeVersion":1},{"id":"94e64ca4-5015-4b88-8db0-b53e4c4b6dfd","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[1616,-32],"parameters":{"color":6,"width":320,"height":368,"content":"## Telegram bot Action .\n\nsends Ai Agent messages to user.\n"},"typeVersion":1},{"id":"de3d57d4-4d7b-42ef-a462-3273a552f9ca","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[480,-32],"parameters":{"color":4,"width":784,"height":96,"content":"## Core AI brain.\nUnderstands user intent and decides which tool to execute.\nPowered by OpenRouter chat model with memory."},"typeVersion":1},{"id":"51edaf75-9568-448e-ac88-47ea811216db","name":"Sticky Note4","type":"n8n-nodes-base.stickyNote","position":[672,512],"parameters":{"width":416,"height":224,"content":"## Woocommerce\n\nStore management tools.\n\nIncludes:\n• Get orders\n• Get products\n• Update products"},"typeVersion":1},{"id":"23e2f71f-b975-4366-b1ef-653b4ecfcea3","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[1120,512],"parameters":{"color":5,"width":416,"height":272,"content":"## Google Sheets\n\nDatabase logging.\nStores retrieved or updated store data.\n\n## Gmail\n\nEmail notifications.\nUsed for sending reports or alerts.\n\n"},"typeVersion":1}],"active":false,"pinData":{},"settings":{"binaryMode":"separate","availableInMCP":false,"executionOrder":"v1"},"versionId":"b694c9e8-22cd-4e92-8bf5-86975a77528c","connections":{"AI Agent":{"main":[[{"node":"Send a text message","type":"main","index":0}]]},"database":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Get orders":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Send email":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Get products":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Simple Memory":{"ai_memory":[[{"node":"AI Agent","type":"ai_memory","index":0}]]},"Update product":{"ai_tool":[[{"node":"AI Agent","type":"ai_tool","index":0}]]},"Telegram Trigger":{"main":[[{"node":"AI Agent","type":"main","index":0}]]},"OpenRouter Chat Model":{"ai_languageModel":[[{"node":"AI Agent","type":"ai_languageModel","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":16,"nodeTypes":{"n8n-nodes-base.telegram":{"count":1},"n8n-nodes-base.gmailTool":{"count":1},"n8n-nodes-base.stickyNote":{"count":6},"@n8n/n8n-nodes-langchain.agent":{"count":1},"n8n-nodes-base.telegramTrigger":{"count":1},"n8n-nodes-base.wooCommerceTool":{"count":3},"n8n-nodes-base.googleSheetsTool":{"count":1},"@n8n/n8n-nodes-langchain.lmChatOpenRouter":{"count":1},"@n8n/n8n-nodes-langchain.memoryBufferWindow":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Nid Academy","username":"nidacademy","bio":"Nid Academy specialized in AI automation and n8n workflow systems. I help businesses automate sales support and operations using intelligent agents integrated with real tools like WooCommerce Telegram and Gmail.","verified":false,"links":["https://www.youtube.com/@Nid.Academy"],"avatar":"https://gravatar.com/avatar/e84d43c9a21b00634fbd5a0213a307e79ce6af773b65248af6ca4579f33727c7?r=pg&d=retro&size=200"},"nodes":[{"id":49,"icon":"file:telegram.svg","name":"n8n-nodes-base.telegram","codex":{"data":{"alias":["human","form","wait","hitl","approval"],"resources":{"generic":[{"url":"https://n8n.io/blog/why-business-process-automation-with-n8n-can-change-your-daily-life/","icon":"🧬","label":"Why business process automation with n8n can change your daily life"},{"url":"https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/","icon":"🤬","label":"Create a toxic language detector for Telegram in 4 step"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/no-code-ecommerce-workflow-automations/","icon":"store","label":"6 e-commerce workflows to power up your Shopify s"},{"url":"https://n8n.io/blog/world-poetry-day-workflow/","icon":"📜","label":"Celebrating World Poetry Day with a daily poem in Telegram"},{"url":"https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/","icon":"💪","label":"Using Automation to Boost Productivity in the Workplace"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/creating-scheduled-text-affirmations-with-n8n/","icon":"🤟","label":"Creating scheduled text affirmations with n8n"},{"url":"https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/","icon":"💬","label":"Creating Telegram Bots with n8n, a No-Code Platform"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/telegram/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"output\"]","defaults":{"name":"Telegram"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjYgNjYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzM3YWVlMiIgZD0iTTAgMzJjMCAxNy42NzMgMTQuMzI3IDMyIDMyIDMyczMyLTE0LjMyNyAzMi0zMlM0OS42NzMgMCAzMiAwIDAgMTQuMzI3IDAgMzIiLz48cGF0aCBmaWxsPSIjYzhkYWVhIiBkPSJtMjEuNjYxIDM0LjMzOCAzLjc5NyAxMC41MDhzLjQ3NS45ODMuOTgzLjk4MyA4LjA2OC03Ljg2NCA4LjA2OC03Ljg2NGw4LjQwNy0xNi4yMzctMjEuMTE5IDkuODk4eiIvPjxwYXRoIGZpbGw9IiNhOWM2ZDgiIGQ9Im0yNi42OTUgMzcuMDM0LS43MjkgNy43NDZzLS4zMDUgMi4zNzMgMi4wNjggMGw0LjY0NC00LjIwMyIvPjxwYXRoIGQ9Im0yMS43MyAzNC43MTItNy44MDktMi41NDVzLS45MzItLjM3OC0uNjMzLTEuMjM3Yy4wNjItLjE3Ny4xODYtLjMyOC41NTktLjU4OCAxLjczMS0xLjIwNiAzMi4wMjgtMTIuMDk2IDMyLjAyOC0xMi4wOTZzLjg1Ni0uMjg4IDEuMzYxLS4wOTdjLjIzMS4wODguMzc4LjE4Ny41MDMuNTQ4LjA0NS4xMzIuMDcxLjQxMS4wNjguNjg5LS4wMDMuMjAxLS4wMjcuMzg2LS4wNDUuNjc4LS4xODQgMi45NzgtNS43MDYgMjUuMTk4LTUuNzA2IDI1LjE5OHMtLjMzIDEuMy0xLjUxNCAxLjM0NWMtLjQzMi4wMTYtLjk1Ni0uMDcxLTEuNTgyLS42MS0yLjMyMy0xLjk5OC0xMC4zNTItNy4zOTQtMTIuMTI2LTguNThhLjM0LjM0IDAgMCAxLS4xNDYtLjIzOWMtLjAyNS0uMTI1LjEwOC0uMjguMTA4LS4yOHMxMy45OC0xMi40MjcgMTQuMzUyLTEzLjczMWMuMDI5LS4xMDEtLjA3OS0uMTUxLS4yMjYtLjEwNy0uOTI5LjM0Mi0xNy4wMjUgMTAuNTA2LTE4LjgwMSAxMS42MjktLjEwNC4wNjYtLjM5NS4wMjMtLjM5NS4wMjMiLz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Telegram","typeVersion":1,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"id":50,"icon":"file:telegram.svg","name":"n8n-nodes-base.telegramTrigger","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/create-a-toxic-language-detector-for-telegram/","icon":"🤬","label":"Create a toxic language detector for Telegram in 4 step"},{"url":"https://n8n.io/blog/automatically-adding-expense-receipts-to-google-sheets-with-telegram-mindee-twilio-and-n8n/","icon":"🧾","label":"Automatically Adding Expense Receipts to Google Sheets with Telegram, Mindee, Twilio, and n8n"},{"url":"https://n8n.io/blog/how-to-set-up-a-ci-cd-pipeline-with-no-code/","icon":"🎡","label":"How to set up a no-code CI/CD pipeline with GitHub and TravisCI"},{"url":"https://n8n.io/blog/creating-telegram-bots-with-n8n-a-no-code-platform/","icon":"💬","label":"Creating Telegram Bots with n8n, a No-Code Platform"},{"url":"https://n8n.io/blog/aws-workflow-automation/","label":"7 no-code workflow automations for Amazon Web Services"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/telegram/"}]},"categories":["Communication"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"Telegram Trigger"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB2aWV3Qm94PSIwIDAgNjYgNjYiPjx1c2UgeGxpbms6aHJlZj0iI2EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9ImEiIG92ZXJmbG93PSJ2aXNpYmxlIj48ZyBmaWxsLXJ1bGU9Im5vbnplcm8iIHN0cm9rZT0ibm9uZSI+PHBhdGggZmlsbD0iIzM3YWVlMiIgZD0iTTAgMzJjMCAxNy42NzMgMTQuMzI3IDMyIDMyIDMyczMyLTE0LjMyNyAzMi0zMlM0OS42NzMgMCAzMiAwIDAgMTQuMzI3IDAgMzIiLz48cGF0aCBmaWxsPSIjYzhkYWVhIiBkPSJtMjEuNjYxIDM0LjMzOCAzLjc5NyAxMC41MDhzLjQ3NS45ODMuOTgzLjk4MyA4LjA2OC03Ljg2NCA4LjA2OC03Ljg2NGw4LjQwNy0xNi4yMzctMjEuMTE5IDkuODk4eiIvPjxwYXRoIGZpbGw9IiNhOWM2ZDgiIGQ9Im0yNi42OTUgMzcuMDM0LS43MjkgNy43NDZzLS4zMDUgMi4zNzMgMi4wNjggMGw0LjY0NC00LjIwMyIvPjxwYXRoIGQ9Im0yMS43MyAzNC43MTItNy44MDktMi41NDVzLS45MzItLjM3OC0uNjMzLTEuMjM3Yy4wNjItLjE3Ny4xODYtLjMyOC41NTktLjU4OCAxLjczMS0xLjIwNiAzMi4wMjgtMTIuMDk2IDMyLjAyOC0xMi4wOTZzLjg1Ni0uMjg4IDEuMzYxLS4wOTdjLjIzMS4wODguMzc4LjE4Ny41MDMuNTQ4LjA0NS4xMzIuMDcxLjQxMS4wNjguNjg5LS4wMDMuMjAxLS4wMjcuMzg2LS4wNDUuNjc4LS4xODQgMi45NzgtNS43MDYgMjUuMTk4LTUuNzA2IDI1LjE5OHMtLjMzIDEuMy0xLjUxNCAxLjM0NWMtLjQzMi4wMTYtLjk1Ni0uMDcxLTEuNTgyLS42MS0yLjMyMy0xLjk5OC0xMC4zNTItNy4zOTQtMTIuMTI2LTguNThhLjM0LjM0IDAgMCAxLS4xNDYtLjIzOWMtLjAyNS0uMTI1LjEwOC0uMjguMTA4LS4yOHMxMy45OC0xMi40MjcgMTQuMzUyLTEzLjczMWMuMDI5LS4xMDEtLjA3OS0uMTUxLS4yMjYtLjEwNy0uOTI5LjM0Mi0xNy4wMjUgMTAuNTA2LTE4LjgwMSAxMS42MjktLjEwNC4wNjYtLjM5NS4wMjMtLjM5NS4wMjMiLz48L2c+PC9zeW1ib2w+PC9zdmc+"},"displayName":"Telegram Trigger","typeVersion":1,"nodeCategories":[{"id":6,"name":"Communication"}]},{"id":565,"icon":"fa:sticky-note","name":"n8n-nodes-base.stickyNote","codex":{"data":{"alias":["Comments","Notes","Sticky"],"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Helpers"]}}},"group":"[\"input\"]","defaults":{"name":"Sticky Note","color":"#FFD233"},"iconData":{"icon":"sticky-note","type":"icon"},"displayName":"Sticky Note","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":1119,"icon":"fa:robot","name":"@n8n/n8n-nodes-langchain.agent","codex":{"data":{"alias":["LangChain","Chat","Conversational","Plan and Execute","ReAct","Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Agents","Root Nodes"]}}},"group":"[\"transform\"]","defaults":{"name":"AI Agent","color":"#404040"},"iconData":{"icon":"robot","type":"icon"},"displayName":"AI Agent","typeVersion":3,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1163,"icon":"fa:database","name":"@n8n/n8n-nodes-langchain.memoryBufferWindow","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorybufferwindow/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Memory"],"Memory":["For beginners"]}}},"group":"[\"transform\"]","defaults":{"name":"Simple Memory"},"iconData":{"icon":"database","type":"icon"},"displayName":"Simple Memory","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]},{"id":1281,"icon":"file:openrouter.svg","name":"@n8n/n8n-nodes-langchain.lmChatOpenRouter","codex":{"data":{"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatopenrouter/"}]},"categories":["AI","Langchain"],"subcategories":{"AI":["Language Models","Root Nodes"],"Language Models":["Chat Models (Recommended)"]}}},"group":"[\"transform\"]","defaults":{"name":"OpenRouter Chat Model"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOTRBM0I4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5PcGVuUm91dGVyPC90aXRsZT48cGF0aCBkPSJNMTYuODA0IDEuOTU3bDcuMjIgNC4xMDV2LjA4N0wxNi43MyAxMC4yMWwuMDE3LTIuMTE3LS44MjEtLjAzYy0xLjA1OS0uMDI4LTEuNjExLjAwMi0yLjI2OC4xMS0xLjA2NC4xNzUtMi4wMzguNTc3LTMuMTQ3IDEuMzUyTDguMzQ1IDExLjAzYy0uMjg0LjE5NS0uNDk1LjMzNi0uNjguNDU1bC0uNTE1LjMyMi0uMzk3LjIzNC4zODUuMjMuNTMuMzM4Yy40NzYuMzE0IDEuMTcuNzk2IDIuNzAxIDEuODY2IDEuMTEuNzc1IDIuMDgzIDEuMTc3IDMuMTQ3IDEuMzUybC4zLjA0NWMuNjk0LjA5MSAxLjM3NS4wOTQgMi44MjUuMDMzbC4wMjItMi4xNTkgNy4yMiA0LjEwNXYuMDg3TDE2LjU4OSAyMmwuMDE0LTEuODYyLS42MzUuMDIyYy0xLjM4Ni4wNDItMi4xMzcuMDAyLTMuMTM4LS4xNjItMS42OTQtLjI4LTMuMjYtLjkyNi00Ljg4MS0yLjA1OWwtMi4xNTgtMS41YTIxLjk5NyAyMS45OTcgMCAwMC0uNzU1LS40OThsLS40NjctLjI4YTU1LjkyNyA1NS45MjcgMCAwMC0uNzYtLjQzQzIuOTA4IDE0LjczLjU2MyAxNC4xMTYgMCAxNC4xMTZWOS44ODhsLjE0LjAwNGMuNTY0LS4wMDcgMi45MS0uNjIyIDMuODA5LTEuMTI0bDEuMDE2LS41OC40MzgtLjI3NGMuNDI4LS4yOCAxLjA3Mi0uNzI2IDIuNjg2LTEuODUzIDEuNjIxLTEuMTMzIDMuMTg2LTEuNzggNC44ODEtMi4wNTkgMS4xNTItLjE5IDEuOTc0LS4yMTMgMy44MTQtLjEzOGwuMDItMS45MDd6Ij48L3BhdGg+PC9zdmc+Cg=="},"displayName":"OpenRouter Chat Model","typeVersion":1,"nodeCategories":[{"id":25,"name":"AI"},{"id":26,"name":"Langchain"}]}],"categories":[{"id":39,"name":"CRM"},{"id":47,"name":"AI Chatbot"}],"image":[]}}