This workflow corresponds to n8n.io template #8177 — we link there as the canonical source.
This workflow follows the Chainllm → Google Sheets recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"id": "fYM9UCwhXl3GvTfG",
"meta": {
"templateCredsSetupCompleted": true
},
"name": "Sheet Summery + Telegram",
"tags": [],
"nodes": [
{
"id": "d0bf8e09-9a35-4af3-ae16-531b1ff12133",
"name": "Get row(s) in sheet",
"type": "n8n-nodes-base.googleSheets",
"position": [
-272,
16
],
"parameters": {},
"typeVersion": 4
},
{
"id": "19ac86d6-958a-4000-b464-b3e23b81e296",
"name": "Send a text message",
"type": "n8n-nodes-base.telegram",
"position": [
368,
16
],
"parameters": {},
"typeVersion": 1.2
},
{
"id": "2d4ef4d1-c628-4576-9a56-d169e424a0cf",
"name": "When clicking \u2018Execute workflow\u2019",
"type": "n8n-nodes-base.manualTrigger",
"position": [
-496,
16
],
"parameters": {},
"typeVersion": 1
},
{
"id": "0c14ff2d-d8bc-4f33-a7e0-1e6ba33b030e",
"name": "Basic LLM Chain",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"position": [
-48,
16
],
"parameters": {},
"typeVersion": 1.7
},
{
"id": "6fd47a46-50a7-4f48-a5d2-12bd5c80d21d",
"name": "Azure OpenAI Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatAzureOpenAi",
"position": [
-48,
208
],
"parameters": {},
"typeVersion": 1
},
{
"id": "ebf421b3-b23f-44b6-a326-7f21abc59320",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-336,
-176
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "0140ec12-372b-40f0-a7c7-9e2ce8f864b0",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-32,
-208
],
"parameters": {
"content": ""
},
"typeVersion": 1
},
{
"id": "f12c57d2-0948-4a2d-a559-d75d1d780854",
"name": "Sticky Note2",
"type": "n8n-nodes-base.stickyNote",
"position": [
320,
192
],
"parameters": {
"content": ""
},
"typeVersion": 1
}
],
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "6e9a5edc-5567-4a1f-8bb8-11d572e54d2e",
"connections": {
"Basic LLM Chain": {
"main": [
[
{
"node": "Send a text message",
"type": "main",
"index": 0
}
]
]
},
"Get row(s) in sheet": {
"main": [
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
},
"Azure OpenAI Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"When clicking \u2018Execute workflow\u2019": {
"main": [
[
{
"node": "Get row(s) in sheet",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Description:
Source: https://n8n.io/workflows/8177/ — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Monitors Reddit:* Automatically searches specified subreddits for posts matching your keywords or flair filters (template is n8n - Now Hiring flair)
++HOW IT WORKS:++ This workflow automates the processing of invoices sent via Telegram. It extracts the data using LlamaIndex OCR, logs it in Google Sheets, and optionally pushes the structured data t
This workflow is designed for finance professionals, accountants, small business owners in Colombia, or anyone needing to automate the extraction of invoice data and its entry into Google Sheets. It's
Automatically find, analyze, and engage with relevant LinkedIn posts using AI-powered sentiment analysis and comment generation
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.