{"workflow":{"id":12633,"name":"Automate multi-step onboarding emails from Notion leads via Gmail and Telegram","views":37,"recentViews":0,"totalViews":37,"createdAt":"2026-01-11T08:06:56.538Z","description":"This workflow automates a complete 5-step user onboarding sequence by integrating **Notion** (as a CRM), **Gmail** (for sending emails), and **Telegram** (for team alerts).\n\nInstead of manually checking user sign-up dates, this workflow runs daily to detect where each user is in their journey and triggers the appropriate action.\n\n## How it works\nThe workflow checks your Notion database every 24 hours and performs the following actions based on the user's registration date:\n* **Day 0 (Welcome):** Sends an immediate welcome email via Gmail to new signups.\n* **Day 1 (Value):** Sends a \"Pro Tip\" email to encourage feature adoption.\n* **Day 3 (Check-in):** Sends a soft check-in email asking if the user needs help.\n* **Day 7 (Sales Push):** Sends a personal email from a manager to users who haven't converted yet, and **sends a Telegram notification** to your sales team about this hot lead.\n* **Trial Expiry:** Automatically detects when a trial is about to expire (3 days left) and sends a renewal reminder.\n\n## Setup steps\n1.  **Duplicate the Notion Template**\n    You need a specific database structure for this workflow to work.\n    [👉 Click here to duplicate the CRM Template](https://www.notion.so/2e56bbcb3d0b8161ab0af95fc0a11bbf?v=2e56bbcb3d0b810db135000c03e11f51&source=copy_link)\n\n2.  **Configure Content**\n    Double-click the `📝 CONFIGURATION` node. Here you can easily edit:\n    * **Email Subjects & Bodies:** Customize the text for all 5 emails in one place.\n    * **Telegram Chat ID:** Add your team's chat ID to receive alerts.\n\n3.  **Connect Accounts**\n    * Select your **Notion Database** in the Notion nodes.\n    * Connect your **Gmail** account in the email nodes.\n    * (Optional) Add your **Telegram** credentials.\n\n4.  **Activate**\n    Turn on the workflow. It is set to run daily by default.","workflow":{"id":"RyxP4Crl73QMcSq6","meta":{"instanceId":"3fb2af9cdaa3b086417bb209a816730631c685f10fca0ec5c921781cf9123cb6"},"name":"Send automated onboarding emails to Notion leads via Gmail","tags":[],"nodes":[{"id":"09b9b37a-213c-4eb9-ab90-489d4e116bfb","name":"Run Daily","type":"n8n-nodes-base.scheduleTrigger","position":[-1808,-176],"parameters":{"rule":{"interval":[{"field":"hours","hoursInterval":24}]}},"typeVersion":1.2},{"id":"0b3a9e50-ea04-4917-b31c-6afea67b1eac","name":"Manual Trigger","type":"n8n-nodes-base.manualTrigger","position":[-1808,-352],"parameters":{},"typeVersion":1},{"id":"8c177e20-1b16-4db4-b5fb-f201c89ed0b9","name":"📝 CONFIGURATION","type":"n8n-nodes-base.set","notes":"👇 EDIT EMAILS HERE","position":[-1552,-272],"parameters":{"values":{"string":[{"name":"PRODUCT_NAME","value":"My SaaS Product"},{"name":"MANAGER_NAME","value":"Alex"},{"name":"TELEGRAM_CHAT_ID","value":"-1+1234567890"},{"name":"EMAIL_WELCOME_SUBJ","value":"🚀 Welcome! Let's get started"},{"name":"EMAIL_WELCOME_BODY","value":"Hi!<br><br>Thanks for joining. Reply to this email to get help."},{"name":"EMAIL_DAY1_SUBJ","value":"💡 Pro Tip: How to get more value"},{"name":"EMAIL_DAY1_BODY","value":"Did you know that configuring your profile increases success by 35%?"},{"name":"EMAIL_DAY3_SUBJ","value":"👋 Checking in..."},{"name":"EMAIL_DAY3_BODY","value":"It's been 3 days. Do you need any help setting things up?"},{"name":"EMAIL_DAY7_SUBJ","value":"Personal assistance for you"},{"name":"EMAIL_DAY7_BODY","value":"I noticed you haven't fully activated your account. Reply 'YES' and I'll help."},{"name":"EMAIL_PAYMENT_SUBJ","value":"⚠️ Your trial is expiring"},{"name":"EMAIL_PAYMENT_BODY","value":"Your trial ends in 3 days. Upgrade now to keep access."}]},"options":{}},"notesInFlow":true,"typeVersion":2},{"id":"ed4799ac-1c78-4c15-bae0-6d0bb28bd753","name":"1. Get New Users","type":"n8n-nodes-base.notion","notes":"Step 0: Welcome","position":[-1152,-768],"parameters":{"filters":{"conditions":[{"key":"Pipeline Stage|status","condition":"equals","statusValue":"New"},{"key":"Onboarding: Welcome|checkbox","condition":"equals"}]},"options":{},"resource":"databasePage","matchType":"allFilters","operation":"getAll","databaseId":{"__rl":true,"mode":"list","value":""},"filterType":"manual"},"typeVersion":2.2},{"id":"117af622-a85a-4501-b073-2894c609af03","name":"📧 Send Welcome","type":"n8n-nodes-base.gmail","position":[-928,-768],"webhookId":"7b9b2f51-84fd-4a35-be50-0709e339af59","parameters":{"sendTo":"={{ $json.properties.Email.email }}","message":"={{ $('📝 CONFIGURATION').first().json.EMAIL_WELCOME_BODY }}","options":{"appendAttribution":false},"subject":"={{ $('📝 CONFIGURATION').first().json.EMAIL_WELCOME_SUBJ }}"},"typeVersion":2.1},{"id":"38c749d0-3a54-47a0-b1b7-cbe1286bf7a8","name":"✅ Mark Welcome","type":"n8n-nodes-base.notion","notes":"⚠️ Select DB","position":[-704,-768],"parameters":{"pageId":{"__rl":true,"mode":"id","value":"={{ $json.id }}"},"options":{},"resource":"databasePage","operation":"update","propertiesUi":{"propertyValues":[{"key":"Onboarding: Welcome|checkbox","checkboxValue":true}]}},"typeVersion":2.2},{"id":"eebc0ff3-558a-4545-b009-4b4962508379","name":"2. Get Day 1 Users","type":"n8n-nodes-base.notion","notes":"Step 1: Tips","position":[-1152,-512],"parameters":{"filters":{"conditions":[{"key":"Onboarding: Tip #1|checkbox","condition":"equals"},{"key":"Registration Date|date","date":"={{ new Date(Date.now() - 1 * 24 * 60 * 60 * 1000).toISOString().slice(0, 10) }}","condition":"before"}]},"options":{},"resource":"databasePage","matchType":"allFilters","operation":"getAll","databaseId":{"__rl":true,"mode":"list","value":""},"filterType":"manual"},"typeVersion":2.2},{"id":"351f5254-704f-4677-b870-700f4d4a5134","name":"📧 Send Tip #1","type":"n8n-nodes-base.gmail","position":[-928,-512],"webhookId":"d241fe16-4731-4e61-a3d3-39d425ba2857","parameters":{"sendTo":"={{ $json.properties.Email.email }}","message":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY1_BODY }}","options":{"appendAttribution":false},"subject":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY1_SUBJ }}"},"typeVersion":2.1},{"id":"d79fb447-59ed-4784-9e4f-dc876720b271","name":"✅ Mark Tip #1","type":"n8n-nodes-base.notion","notes":"⚠️ Select DB","position":[-704,-512],"parameters":{"pageId":{"__rl":true,"mode":"id","value":"={{ $json.id }}"},"options":{},"resource":"databasePage","operation":"update","propertiesUi":{"propertyValues":[{"key":"Onboarding: Tip #1|checkbox","checkboxValue":true}]}},"typeVersion":2.2},{"id":"966007fd-60e6-437f-996f-04c113c98b90","name":"3. Get Day 3 Users","type":"n8n-nodes-base.notion","notes":"Step 2: Check-in","position":[-1136,-224],"parameters":{"filters":{"conditions":[{"key":"Onboarding: Follow-up|checkbox","condition":"equals"},{"key":"Registration Date|date","date":"={{ new Date(Date.now() - 3 * 24 * 60 * 60 * 1000).toISOString().slice(0, 10) }}","condition":"before"}]},"options":{},"resource":"databasePage","matchType":"allFilters","operation":"getAll","databaseId":{"__rl":true,"mode":"list","value":""},"filterType":"manual"},"typeVersion":2.2},{"id":"e968eb2d-6dd5-44f6-9688-2c7e5d3f0054","name":"📧 Send Follow-up","type":"n8n-nodes-base.gmail","position":[-912,-224],"webhookId":"72e3ceb0-1ec6-4756-9c67-98d81f568207","parameters":{"sendTo":"={{ $json.properties.Email.email }}","message":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY3_BODY }}","options":{"appendAttribution":false},"subject":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY3_SUBJ }}"},"typeVersion":2.1},{"id":"cd7a391c-5674-4e6c-9fd0-f13544fb81ab","name":"✅ Mark Follow-up","type":"n8n-nodes-base.notion","notes":"⚠️ Select DB","position":[-688,-224],"parameters":{"pageId":{"__rl":true,"mode":"id","value":"={{ $json.id }}"},"options":{},"resource":"databasePage","operation":"update","propertiesUi":{"propertyValues":[{"key":"Onboarding: Follow-up|checkbox","checkboxValue":true}]}},"typeVersion":2.2},{"id":"f83d14c5-18c1-40df-9745-d92028cd1e40","name":"4. Get Day 7 Users","type":"n8n-nodes-base.notion","notes":"Step 3: Personal","position":[-1136,64],"parameters":{"filters":{"conditions":[{"key":"Onboarding: Personal|checkbox","condition":"equals"},{"key":"Registration Date|date","date":"={{ new Date(Date.now() - 7 * 24 * 60 * 60 * 1000).toISOString().slice(0, 10) }}","condition":"before"}]},"options":{},"resource":"databasePage","matchType":"allFilters","operation":"getAll","databaseId":{"__rl":true,"mode":"list","value":""},"filterType":"manual"},"typeVersion":2.2},{"id":"a9a0a80b-2955-4e0e-9184-23dd79c354cc","name":"📧 Send Manager Email","type":"n8n-nodes-base.gmail","position":[-912,64],"webhookId":"18887014-fb12-42c1-8a70-c1c3749045f4","parameters":{"sendTo":"={{ $json.properties.Email.email }}","message":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY7_BODY }}","options":{"appendAttribution":false},"subject":"={{ $('📝 CONFIGURATION').first().json.EMAIL_DAY7_SUBJ }}"},"typeVersion":2.1},{"id":"0195b8df-0d83-45eb-b6eb-613b9733c3c2","name":"✅ Mark Personal","type":"n8n-nodes-base.notion","notes":"⚠️ Select DB","position":[-688,64],"parameters":{"pageId":{"__rl":true,"mode":"id","value":"={{ $json.id }}"},"options":{},"resource":"databasePage","operation":"update","propertiesUi":{"propertyValues":[{"key":"Onboarding: Personal|checkbox","checkboxValue":true}]}},"typeVersion":2.2},{"id":"c64c6dd2-d53b-48f1-8f05-2cd2a6271160","name":"📢 Notify Team","type":"n8n-nodes-base.telegram","position":[-480,64],"webhookId":"52f39afd-47f7-4941-ac34-9dac4a0506e8","parameters":{"text":"=🔥 <b>Hot Lead Alert! (Day 7)</b>\n\n🏢 <b>{{ $json[\"properties\"][\"Company Name\"][\"title\"][0][\"plain_text\"] }}</b>\n\n⚡️ <b>Status:</b> User registered 7 days ago and still hasn't converted.\n\nAssigned to: {{ $('📝 CONFIGURATION').first().json.MANAGER_NAME }}","chatId":"={{ $('📝 CONFIGURATION').first().json.TELEGRAM_CHAT_ID }}","additionalFields":{"parse_mode":"HTML","appendAttribution":false}},"typeVersion":1.2},{"id":"4098cada-111d-44c1-b315-63a6d68ed1df","name":"5. Get Expiring Users","type":"n8n-nodes-base.notion","notes":"Step 4: Payment","position":[-1152,352],"parameters":{"filters":{"conditions":[{"key":"Subscription Status|status","condition":"equals","statusValue":"Trial"},{"key":"System: Payment Alert|checkbox","condition":"equals"},{"key":"Expiry Date|date","date":"={{ new Date(Date.now() + 3 * 24 * 60 * 60 * 1000).toISOString().slice(0, 10) }}","condition":"before"}]},"options":{},"resource":"databasePage","matchType":"allFilters","operation":"getAll","databaseId":{"__rl":true,"mode":"list","value":""},"filterType":"manual"},"typeVersion":2.2},{"id":"e84a7d03-8f32-40d8-8f5a-e507a68d5257","name":"📧 Send Payment Alert","type":"n8n-nodes-base.gmail","position":[-928,352],"webhookId":"285c6cd3-e585-4196-9275-3b1976d08204","parameters":{"sendTo":"={{ $json.properties.Email.email }}","message":"={{ $('📝 CONFIGURATION').first().json.EMAIL_PAYMENT_BODY }}","options":{"appendAttribution":false},"subject":"={{ $('📝 CONFIGURATION').first().json.EMAIL_PAYMENT_SUBJ }}"},"typeVersion":2.1},{"id":"720c1af0-95fd-4158-a923-5f1e8539303d","name":"✅ Update Status","type":"n8n-nodes-base.notion","notes":"⚠️ Select DB","position":[-704,352],"parameters":{"pageId":{"__rl":true,"mode":"id","value":"={{ $json.id }}"},"options":{},"resource":"databasePage","operation":"update","propertiesUi":{"propertyValues":[{"key":"Subscription Status|status","statusValue":"Expiring"},{"key":"System: Payment Alert|checkbox","checkboxValue":true}]}},"typeVersion":2.2},{"id":"26653e3f-9f04-4f1a-bd0e-3790406e6d2a","name":"Sticky Note","type":"n8n-nodes-base.stickyNote","position":[-1632,-432],"parameters":{"color":7,"width":280,"height":372,"content":"## 📝 CONFIGURATION\nSet all your email subjects and body texts here.\n\nAlso set your **Telegram Chat ID** for internal notifications."},"typeVersion":1},{"id":"221be588-79d8-4f31-b6e9-1c8c7a62679e","name":"Sticky Note 1","type":"n8n-nodes-base.stickyNote","position":[-1216,-864],"parameters":{"color":7,"width":796,"height":252,"content":"## Stage 1: Welcome (Day 0)\nIdentifies new signups and immediately sends the welcome email."},"typeVersion":1},{"id":"df43d5c5-7bfb-4edc-bd45-1c237d5ae087","name":"Sticky Note1","type":"n8n-nodes-base.stickyNote","position":[-2288,-560],"parameters":{"width":352,"height":704,"content":"# 🚀 SaaS Onboarding Drip\nThis workflow automates a 5-step email sequence for new users stored in Notion. It handles welcome emails, pro-tips, check-ins, and trial expiration alerts automatically.\n\n## How it works\n1. **Checks Database:** Runs daily to find users matching specific criteria (e.g., \"Registered 3 days ago\").\n2. **Sends Emails:** Uses Gmail to send the relevant email for that stage.\n3. **Updates CRM:** Marks the stage as \"Completed\" in Notion to prevent duplicate sends.\n4. **Alerts Team:** Sends a Telegram notification if a lead is unresponsive after 7 days.\n\n## Setup steps\n1. **Configure Nodes:** Open the `📝 CONFIGURATION` node to set your email subjects, body text, and Telegram Chat ID.\n2. **Connect Accounts:** Add your credentials for Notion, Gmail, and Telegram.\n3. **Map Database:** In the Notion nodes, select your specific database and ensure property names match."},"typeVersion":1},{"id":"3f94f18c-559e-4b57-bd5e-d3ea72dab1c1","name":"Sticky Note2","type":"n8n-nodes-base.stickyNote","position":[-1216,-592],"parameters":{"color":7,"width":800,"height":240,"content":"## Stage 2: Pro Tip (Day 1)\nSends a value-add tip 24 hours after registration to increase feature adoption."},"typeVersion":1},{"id":"321df32d-f09d-42b2-84d6-bee7c3e81fd6","name":"Sticky Note3","type":"n8n-nodes-base.stickyNote","position":[-1216,-336],"parameters":{"color":7,"width":800,"height":272,"content":"## Stage 3: Soft Check-in (Day 3)\nAutomatically asks users if they need help setting up their account."},"typeVersion":1},{"id":"e029f2ce-4902-4971-ba07-fc029009d436","name":"Sticky Note5","type":"n8n-nodes-base.stickyNote","position":[-1216,-48],"parameters":{"color":7,"width":928,"height":272,"content":"## Stage 4: Sales Push (Day 7)\nSends a \"personal\" email from a manager and alerts the team via Telegram about unconverted leads."},"typeVersion":1},{"id":"dce3d563-1cc0-4d60-a086-37efcd1ef333","name":"Sticky Note6","type":"n8n-nodes-base.stickyNote","position":[-1216,240],"parameters":{"color":7,"width":784,"height":272,"content":"## Stage 5: Trial Expiry\nDetects users whose trial ends in 3 days and sends an upgrade reminder."},"typeVersion":1}],"active":false,"pinData":{},"settings":{"executionOrder":"v1"},"versionId":"a75ad100-f8b8-45d4-b185-c10e2151e6a1","connections":{"Run Daily":{"main":[[{"node":"📝 CONFIGURATION","type":"main","index":0}]]},"Manual Trigger":{"main":[[{"node":"📝 CONFIGURATION","type":"main","index":0}]]},"1. Get New Users":{"main":[[{"node":"📧 Send Welcome","type":"main","index":0}]]},"📧 Send Tip #1":{"main":[[{"node":"✅ Mark Tip #1","type":"main","index":0}]]},"✅ Mark Personal":{"main":[[{"node":"📢 Notify Team","type":"main","index":0}]]},"📧 Send Welcome":{"main":[[{"node":"✅ Mark Welcome","type":"main","index":0}]]},"2. Get Day 1 Users":{"main":[[{"node":"📧 Send Tip #1","type":"main","index":0}]]},"3. Get Day 3 Users":{"main":[[{"node":"📧 Send Follow-up","type":"main","index":0}]]},"4. Get Day 7 Users":{"main":[[{"node":"📧 Send Manager Email","type":"main","index":0}]]},"📝 CONFIGURATION":{"main":[[{"node":"1. Get New Users","type":"main","index":0},{"node":"2. Get Day 1 Users","type":"main","index":0},{"node":"3. Get Day 3 Users","type":"main","index":0},{"node":"4. Get Day 7 Users","type":"main","index":0},{"node":"5. Get Expiring Users","type":"main","index":0}]]},"📧 Send Follow-up":{"main":[[{"node":"✅ Mark Follow-up","type":"main","index":0}]]},"5. Get Expiring Users":{"main":[[{"node":"📧 Send Payment Alert","type":"main","index":0}]]},"📧 Send Manager Email":{"main":[[{"node":"✅ Mark Personal","type":"main","index":0}]]},"📧 Send Payment Alert":{"main":[[{"node":"✅ Update Status","type":"main","index":0}]]}}},"lastUpdatedBy":1,"workflowInfo":{"nodeCount":26,"nodeTypes":{"n8n-nodes-base.set":{"count":1},"n8n-nodes-base.gmail":{"count":5},"n8n-nodes-base.notion":{"count":10},"n8n-nodes-base.telegram":{"count":1},"n8n-nodes-base.stickyNote":{"count":7},"n8n-nodes-base.manualTrigger":{"count":1},"n8n-nodes-base.scheduleTrigger":{"count":1}}},"status":"published","readyToDemo":null,"user":{"name":"Vadim Mubi","username":"mubivadim","bio":"Business Automation Expert | n8n & AI Integrator I help companies streamline operations and eliminate manual busywork. I design and build custom automation workflows that connect your apps, data, and teams. My goal is to turn chaotic processes into reliable systems, allowing you to focus on strategy while the software handles the routine. Specialization: Process Optimization, CRM Integrations, AI Agents, and Custom Backend Logic.","verified":true,"links":["https://x.com/mr_Mubi"],"avatar":"https://gravatar.com/avatar/248aba16d33db38c1c572df16e713cf4173764f8e724bd60d61e3e57ec1775ba?r=pg&d=retro&size=200"},"nodes":[{"id":38,"icon":"fa:pen","name":"n8n-nodes-base.set","codex":{"data":{"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"generic":[{"url":"https://n8n.io/blog/learn-to-automate-your-factorys-incident-reporting-a-step-by-step-guide/","icon":"🏭","label":"Learn to Automate Your Factory's Incident Reporting: A Step by Step Guide"},{"url":"https://n8n.io/blog/2021-the-year-to-automate-the-new-you-with-n8n/","icon":"☀️","label":"2021: The Year to Automate the New You with n8n"},{"url":"https://n8n.io/blog/automatically-pulling-and-visualizing-data-with-n8n/","icon":"📈","label":"Automatically pulling and visualizing data with n8n"},{"url":"https://n8n.io/blog/database-monitoring-and-alerting-with-n8n/","icon":"📡","label":"Database Monitoring and Alerting with n8n"},{"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/how-to-build-a-low-code-self-hosted-url-shortener/","icon":"🔗","label":"How to build a low-code, self-hosted URL shortener in 3 steps"},{"url":"https://n8n.io/blog/automate-your-data-processing-pipeline-in-9-steps-with-n8n/","icon":"⚙️","label":"Automate your data processing pipeline in 9 steps"},{"url":"https://n8n.io/blog/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/how-uproc-scraped-a-multi-page-website-with-a-low-code-workflow/","icon":" 🕸️","label":"How uProc scraped a multi-page website with a low-code workflow"},{"url":"https://n8n.io/blog/building-an-expense-tracking-app-in-10-minutes/","icon":"📱","label":"Building an expense tracking app in 10 minutes"},{"url":"https://n8n.io/blog/the-ultimate-guide-to-automate-your-video-collaboration-with-whereby-mattermost-and-n8n/","icon":"📹","label":"The ultimate guide to automate your video collaboration with Whereby, Mattermost, and n8n"},{"url":"https://n8n.io/blog/5-workflow-automations-for-mattermost-that-we-love-at-n8n/","icon":"🤖","label":"5 workflow automations for Mattermost that we love at n8n"},{"url":"https://n8n.io/blog/learn-to-build-powerful-api-endpoints-using-webhooks/","icon":"🧰","label":"Learn to Build Powerful API Endpoints Using Webhooks"},{"url":"https://n8n.io/blog/how-a-membership-development-manager-automates-his-work-and-investments/","icon":"📈","label":"How a Membership Development Manager automates his work and investments"},{"url":"https://n8n.io/blog/a-low-code-bitcoin-ticker-built-with-questdb-and-n8n-io/","icon":"📈","label":"A low-code bitcoin ticker built with QuestDB and n8n.io"},{"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/benefits-of-automation-and-n8n-an-interview-with-hubspots-hugh-durkin/","icon":"🎖","label":"Benefits of automation and n8n: An interview with HubSpot's Hugh Durkin"},{"url":"https://n8n.io/blog/how-goomer-automated-their-operations-with-over-200-n8n-workflows/","icon":"🛵","label":"How Goomer automated their operations with over 200 n8n workflows"},{"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/core-nodes/n8n-nodes-base.set/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"Core Nodes":["Data Transformation"]}}},"group":"[\"input\"]","defaults":{"name":"Edit Fields"},"iconData":{"icon":"pen","type":"icon"},"displayName":"Edit Fields (Set)","typeVersion":3,"nodeCategories":[{"id":9,"name":"Core 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":356,"icon":"file:gmail.svg","name":"n8n-nodes-base.gmail","codex":{"data":{"alias":["email","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/supercharging-your-conference-registration-process-with-n8n/","icon":"🎫","label":"Supercharging your conference registration process with 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/how-to-get-started-with-crm-automation-and-no-code-workflow-ideas/","icon":"👥","label":"How to get started with CRM automation (with 3 no-code workflow ideas"},{"url":"https://n8n.io/blog/automate-google-apps-for-productivity/","icon":"💡","label":"15 Google apps you can combine and automate to increase productivity"},{"url":"https://n8n.io/blog/your-business-doesnt-need-you-to-operate/","icon":" 🖥️","label":"Hey founders! Your business doesn't need you to operate"},{"url":"https://n8n.io/blog/using-automation-to-boost-productivity-in-the-workplace/","icon":"💪","label":"Using Automation to Boost Productivity in the Workplace"}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]},"categories":["Communication","HITL"],"nodeVersion":"1.0","codexVersion":"1.0","subcategories":{"HITL":["Human in the Loop"]}}},"group":"[\"transform\"]","defaults":{"name":"Gmail"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNTYiIGhlaWdodD0iMTkzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PHBhdGggZmlsbD0iIzQyODVGNCIgZD0iTTU4LjE4MiAxOTIuMDVWOTMuMTRMMjcuNTA3IDY1LjA3NyAwIDQ5LjUwNHYxMjUuMDkxYzAgOS42NTggNy44MjUgMTcuNDU1IDE3LjQ1NSAxNy40NTV6Ii8+PHBhdGggZmlsbD0iIzM0QTg1MyIgZD0iTTE5Ny44MTggMTkyLjA1aDQwLjcyN2M5LjY1OSAwIDE3LjQ1NS03LjgyNiAxNy40NTUtMTcuNDU1VjQ5LjUwNWwtMzEuMTU2IDE3LjgzNy0yNy4wMjYgMjUuNzk4eiIvPjxwYXRoIGZpbGw9IiNFQTQzMzUiIGQ9Im01OC4xODIgOTMuMTQtNC4xNzQtMzguNjQ3IDQuMTc0LTM2Ljk4OUwxMjggNjkuODY4bDY5LjgxOC01Mi4zNjQgNC42NyAzNC45OTItNC42NyA0MC42NDRMMTI4IDE0NS41MDR6Ii8+PHBhdGggZmlsbD0iI0ZCQkMwNCIgZD0iTTE5Ny44MTggMTcuNTA0VjkzLjE0TDI1NiA0OS41MDRWMjYuMjMxYzAtMjEuNTg1LTI0LjY0LTMzLjg5LTQxLjg5LTIwLjk0NXoiLz48cGF0aCBmaWxsPSIjQzUyMjFGIiBkPSJtMCA0OS41MDQgMjYuNzU5IDIwLjA3TDU4LjE4MiA5My4xNFYxNy41MDRMNDEuODkgNS4yODZDMjQuNjEtNy42NiAwIDQuNjQ2IDAgMjYuMjN6Ii8+PC9zdmc+"},"displayName":"Gmail","typeVersion":2,"nodeCategories":[{"id":6,"name":"Communication"},{"id":28,"name":"HITL"}]},{"id":487,"icon":"file:notion.svg","name":"n8n-nodes-base.notion","codex":{"data":{"resources":{"generic":[{"url":"https://n8n.io/blog/5-tasks-you-can-automate-with-notion-api/","icon":"⚡️","label":"5 tasks you can automate with the new Notion API "}],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.notion/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/notion/"}]},"categories":["Productivity"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"output\"]","defaults":{"name":"Notion"},"iconData":{"type":"file","fileBuffer":"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjU4Mjc2IDYuOTc2NzlDOC44MjA0NyA3Ljk4MjM4IDkuMjg0NzkgNy45MDU2NiAxMS42MDkxIDcuNzUwNTdMMzMuNTIwNiA2LjQzNDg4QzMzLjk4NTMgNi40MzQ4OCAzMy41OTg5IDUuOTcxMjcgMzMuNDQzOSA1Ljg5NDIzTDI5LjgwNDkgMy4yNjM0OEMyOS4xMDc2IDIuNzIyMTMgMjguMTc4NiAyLjEwMjE3IDI2LjM5ODIgMi4yNTcyNkw1LjE4MTE1IDMuODA0NzZDNC40MDczNiAzLjg4MTQ4IDQuMjUyODIgNC4yNjgzNyA0LjU2MDk2IDQuNTc4NDdMNy41ODI3NiA2Ljk3Njc5Wk04Ljg5ODI5IDEyLjA4MzNWMzUuMTM4MUM4Ljg5ODI5IDM2LjM3NzEgOS41MTc0NiAzNi44NDA3IDEwLjkxMSAzNi43NjRMMzQuOTkxOSAzNS4zNzA2QzM2LjM4NjIgMzUuMjkzOSAzNi41NDE1IDM0LjQ0MTcgMzYuNTQxNSAzMy40MzUyVjEwLjUzNTFDMzYuNTQxNSA5LjUzMDE5IDM2LjE1NDkgOC45ODgyOSAzNS4zMDE0IDkuMDY1NjRMMTAuMTM2NyAxMC41MzUxQzkuMjA3OTkgMTAuNjEzMSA4Ljg5ODIxIDExLjA3NzcgOC44OTgyMSAxMi4wODMzSDguODk4MjlaTTMyLjY3MDggMTMuMzJDMzIuODI1MiAxNC4wMTcgMzIuNjcwOCAxNC43MTMzIDMxLjk3MjUgMTQuNzkxN0wzMC44MTIzIDE1LjAyMjlWMzIuMDQzNEMyOS44MDQ5IDMyLjU4NDggMjguODc1OSAzMi44OTQ0IDI4LjEwMTggMzIuODk0NEMyNi44NjI1IDMyLjg5NDQgMjYuNTUyMSAzMi41MDcyIDI1LjYyMzcgMzEuMzQ3NEwxOC4wMzQzIDE5LjQzMjlWMzAuOTYwNUwyMC40MzU5IDMxLjUwMjRDMjAuNDM1OSAzMS41MDI0IDIwLjQzNTkgMzIuODk0NCAxOC40OTgzIDMyLjg5NDRMMTMuMTU2OCAzMy4yMDQyQzEzLjAwMTYgMzIuODk0NCAxMy4xNTY4IDMyLjEyMTQgMTMuNjk4NiAzMS45NjY1TDE1LjA5MjUgMzEuNTgwMlYxNi4zMzg1TDEzLjE1NzIgMTYuMTgzNEMxMy4wMDE5IDE1LjQ4NjQgMTMuMzg4NSAxNC40ODE0IDE0LjQ3MzMgMTQuNDAzNUwyMC4yMDM1IDE0LjAxNzJMMjguMTAxOCAyNi4wODY4VjE1LjQwOTdMMjYuMDg4MSAxNS4xNzg2QzI1LjkzMzUgMTQuMzI2NSAyNi41NTIxIDEzLjcwNzggMjcuMzI2NSAxMy42MzExTDMyLjY3MDggMTMuMzJaTTMuMzk5NzMgMS43MTU5OEwyNS40Njg4IDAuMDkwNzQ1N0MyOC4xNzkgLTAuMTQxNjg4IDI4Ljg3NjMgMC4wMTQwMjQ1IDMwLjU3OTYgMS4yNTEzNUwzNy42MjQzIDYuMjAyNzZDMzguNzg2NyA3LjA1NDIxIDM5LjE3NDIgNy4yODYwMiAzOS4xNzQyIDguMjE0MTlWMzUuMzcwNkMzOS4xNzQyIDM3LjA3MjYgMzguNTU0MiAzOC4wNzkxIDM2LjM4NjUgMzguMjMzMUwxMC43NTc3IDM5Ljc4MDdDOS4xMzA0OSAzOS44NTgzIDguMzU2MDcgMzkuNjI2NCA3LjUwMzkyIDM4LjU0MjZMMi4zMTYwOCAzMS44MTE3QzEuMzg2NTggMzAuNTcyNiAxIDI5LjY0NTcgMSAyOC41NjEzVjQuNDIyODNDMSAzLjAzMTA1IDEuNjIwMTkgMS44NzAwNSAzLjM5OTczIDEuNzE1OThWMS43MTU5OFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo="},"displayName":"Notion","typeVersion":2,"nodeCategories":[{"id":4,"name":"Productivity"}]},{"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":838,"icon":"fa:mouse-pointer","name":"n8n-nodes-base.manualTrigger","codex":{"data":{"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.manualworkflowtrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\"]","defaults":{"name":"When clicking ‘Execute workflow’","color":"#909298"},"iconData":{"icon":"mouse-pointer","type":"icon"},"displayName":"Manual Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]},{"id":839,"icon":"fa:clock","name":"n8n-nodes-base.scheduleTrigger","codex":{"data":{"alias":["Time","Scheduler","Polling","Cron","Interval"],"resources":{"generic":[],"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]},"categories":["Core Nodes"],"nodeVersion":"1.0","codexVersion":"1.0"}},"group":"[\"trigger\",\"schedule\"]","defaults":{"name":"Schedule Trigger","color":"#31C49F"},"iconData":{"icon":"clock","type":"icon"},"displayName":"Schedule Trigger","typeVersion":1,"nodeCategories":[{"id":9,"name":"Core Nodes"}]}],"categories":[{"id":38,"name":"Lead Nurturing"}],"image":[]}}