<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Sabbir Ahmed Chowdhury</title>
    <description>The latest articles on Forem by Sabbir Ahmed Chowdhury (@sabbschow).</description>
    <link>https://forem.com/sabbschow</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3501222%2F6b8103b9-1bae-4277-95c4-ae87d1f970a6.png</url>
      <title>Forem: Sabbir Ahmed Chowdhury</title>
      <link>https://forem.com/sabbschow</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/sabbschow"/>
    <language>en</language>
    <item>
      <title>Facebook Messenger Automation Bot built with n8n + AI</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Wed, 07 Jan 2026 08:22:50 +0000</pubDate>
      <link>https://forem.com/sabbschow/facebook-messenger-automation-bot-built-with-n8n-ai-4b9i</link>
      <guid>https://forem.com/sabbschow/facebook-messenger-automation-bot-built-with-n8n-ai-4b9i</guid>
      <description>&lt;p&gt;I’ve recently built a Facebook Messenger automation workflow that helps service-based businesses handle customer conversations automatically — from answering queries to booking appointments and sending confirmation emails.&lt;/p&gt;

&lt;p&gt;🔧 What this automation does:&lt;/p&gt;

&lt;p&gt;💬 Instantly responds to customer queries about services via Messenger&lt;br&gt;
📅 Books appointments automatically with real-time availability checks&lt;br&gt;
📧 Sends confirmation emails to customers after successful booking&lt;br&gt;
🧠 AI-powered agent understands user intent and routes actions accordingly&lt;br&gt;
🔄 Webhook-based architecture for fast and reliable message handling&lt;/p&gt;

&lt;p&gt;Behind the scenes, the workflow uses:&lt;/p&gt;

&lt;p&gt;An AI Agent connected with tools (calendar, email, data lookup)&lt;/p&gt;

&lt;p&gt;Conditional logic to decide when to respond or take action&lt;/p&gt;

&lt;p&gt;External API calls for dynamic operations&lt;/p&gt;

&lt;p&gt;Memory and embeddings to provide better, context-aware responses&lt;/p&gt;

&lt;p&gt;🎯 Who this is for:&lt;/p&gt;

&lt;p&gt;✔️ Clinics &amp;amp; healthcare providers&lt;br&gt;
✔️ Consultants &amp;amp; coaches&lt;br&gt;
✔️ Salons &amp;amp; local service businesses&lt;br&gt;
✔️ Any appointment-based or inquiry-driven business&lt;/p&gt;

&lt;p&gt;🔧 Fully customizable&lt;br&gt;
The workflow can be tailored based on a client’s business logic — services offered, booking rules, response tone, notification channels, or CRM integration.&lt;/p&gt;

&lt;p&gt;This kind of automation helps businesses:&lt;br&gt;
✅ Respond faster&lt;br&gt;
✅ Reduce manual work&lt;br&gt;
✅ Avoid missed inquiries&lt;br&gt;
✅ Improve overall customer experience&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fex5p1ttdy0sq8uze27w7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fex5p1ttdy0sq8uze27w7.png" alt="Facebook Messenger Automation Bot built with n8n + AI" width="800" height="592"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>n8nbrightdatachallenge</category>
      <category>automation</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <item>
      <title>WhatsApp-Based AI Shopping Assistant with n8n</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sun, 21 Dec 2025 09:15:44 +0000</pubDate>
      <link>https://forem.com/sabbschow/whatsapp-based-ai-shopping-assistant-with-n8n-95k</link>
      <guid>https://forem.com/sabbschow/whatsapp-based-ai-shopping-assistant-with-n8n-95k</guid>
      <description>&lt;p&gt;Built a WhatsApp-Based AI Shopping Assistant with n8n&lt;/p&gt;

&lt;p&gt;An end-to-end WhatsApp shopping automation powered by n8n, designed to turn chat conversations into seamless purchases — from product discovery to payment confirmation.&lt;/p&gt;

&lt;p&gt;Here’s what the workflow can do 👇&lt;/p&gt;

&lt;p&gt;🛍️ Smart Product Discovery&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customers browse products directly inside WhatsApp&lt;/li&gt;
&lt;li&gt;Product details and FAQs are pulled from a centralized knowledge base&lt;/li&gt;
&lt;li&gt;AI agent answers product-related and general questions naturally&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🛒 Cart &amp;amp; Checkout Automation&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Customers can add items to cart via chat&lt;/li&gt;
&lt;li&gt;The assistant handles order flow step by step&lt;/li&gt;
&lt;li&gt;Shipping details are collected conversationally&lt;/li&gt;
&lt;li&gt;💳 Automated Online Payments (Stripe)&lt;/li&gt;
&lt;li&gt;Secure Stripe payment links are generated dynamically&lt;/li&gt;
&lt;li&gt;Links are shortened and sent instantly on WhatsApp&lt;/li&gt;
&lt;li&gt;Pending payment reminders are sent automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;✅ Payment Verification &amp;amp; Confirmation&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stripe webhooks verify successful payments&lt;/li&gt;
&lt;li&gt;Orders are updated in real time&lt;/li&gt;
&lt;li&gt;Customers receive instant confirmation via WhatsApp + Email&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🔔 Post-Payment Automation&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chat history is cleaned up after checkout&lt;/li&gt;
&lt;li&gt;Order and payment status are logged&lt;/li&gt;
&lt;li&gt;Businesses get notified without manual follow-ups&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This system is ideal for:&lt;br&gt;
🛒 E-commerce &amp;amp; D2C brands&lt;br&gt;
📦 Small businesses selling via WhatsApp&lt;br&gt;
🧠 Businesses wanting AI-powered conversational commerce&lt;br&gt;
⚡ Teams looking to reduce manual order &amp;amp; payment handling&lt;/p&gt;

&lt;p&gt;The entire flow is modular, scalable, and fully automated — built to plug into real businesses and deliver immediate ROI.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fba3h6yqhcwp5bnh9cq3d.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fba3h6yqhcwp5bnh9cq3d.png" width="800" height="413"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faebdgmlx80t0yaj7borv.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faebdgmlx80t0yaj7borv.png" title="WhatsApp-Based AI Shopping Assistant with n8n" width="800" height="431"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>n8nbrightdatachallenge</category>
      <category>ai</category>
      <category>automation</category>
    </item>
    <item>
      <title>Automating YouTube Shorts Production with n8n, Sora 2, and Gemini</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Thu, 11 Dec 2025 11:46:17 +0000</pubDate>
      <link>https://forem.com/sabbschow/automating-youtube-shorts-production-with-n8n-sora-2-and-gemini-jmn</link>
      <guid>https://forem.com/sabbschow/automating-youtube-shorts-production-with-n8n-sora-2-and-gemini-jmn</guid>
      <description>&lt;p&gt;I recently built a fully automated workflow in n8n that produces and publishes YouTube Shorts end-to-end — with no manual steps involved.&lt;/p&gt;

&lt;p&gt;🔧 What the workflow does:&lt;/p&gt;

&lt;p&gt;Takes a user prompt from a form&lt;/p&gt;

&lt;p&gt;Generates a full video using Sora 2&lt;/p&gt;

&lt;p&gt;Creates an optimized title and description using Gemini + structured parsing&lt;/p&gt;

&lt;p&gt;Uploads the final output directly to YouTube&lt;/p&gt;

&lt;p&gt;Runs a separate error-handling pipeline that logs issues and sends immediate email notifications indicating which node failed&lt;/p&gt;

&lt;p&gt;🛠️ Why this matters:&lt;br&gt;
This setup allows content teams to scale short-form video production massively while reducing workload and eliminating bottlenecks like manual video editing, metadata writing, and uploading.&lt;/p&gt;

&lt;p&gt;📌 It’s an efficient, fault-tolerant system designed for creators, agencies, and automation-focused businesses.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0jjtpx4kacxysim7k4s8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0jjtpx4kacxysim7k4s8.png" title="Automating YouTube Shorts Production with n8n, Sora 2, and Gemini" alt="Automating YouTube Shorts Production with n8n, Sora 2, and Gemini" width="800" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>n8nbrightdatachallenge</category>
      <category>gemini</category>
    </item>
    <item>
      <title>AI based voice agent for appointment scheduling and email with n8n and Retell.ai</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Thu, 27 Nov 2025 07:35:54 +0000</pubDate>
      <link>https://forem.com/sabbschow/ai-based-voice-agent-for-appointment-scheduling-and-email-with-n8n-and-retellai-216g</link>
      <guid>https://forem.com/sabbschow/ai-based-voice-agent-for-appointment-scheduling-and-email-with-n8n-and-retellai-216g</guid>
      <description>&lt;p&gt;I just created a fully automated voice agent that talks to your customers just like a real human and manages their appointments end-to-end!&lt;/p&gt;

&lt;p&gt;Here’s what it can do 👇&lt;br&gt;
📞 Customer calls the AI voice agent&lt;br&gt;
🤖 The agent handles the conversation using natural language&lt;br&gt;
📅 It can book, check availability, reschedule, or cancel appointments&lt;br&gt;
📨 After booking, it automatically sends a confirmation email with details + a convenient appointment link&lt;br&gt;
⚙️ Everything runs behind the scenes using n8n workflows, &lt;br&gt;
Google Calendar, and Retell AI’s voice capabilities&lt;/p&gt;

&lt;p&gt;It also can answers general questions about the service and stuffs.&lt;br&gt;
No receptionist needed. No missed calls. No manual scheduling.&lt;br&gt;
Just smooth, fast, round-the-clock appointment handling for any business!&lt;/p&gt;

&lt;p&gt;Perfect for:&lt;br&gt;
💈 Saloons and Spas&lt;br&gt;
🏥 Clinics&lt;br&gt;
🏋️ Gyms&lt;br&gt;
📚 Coaching centers&lt;br&gt;
🚗 Service centers&lt;br&gt;
… and any service business that needs reliable appointment management!&lt;/p&gt;

&lt;p&gt;✨ Fully customizable based on your business requirements.&lt;br&gt;
Whether you need payment integration, WhatsApp reminders, lead tracking, or multi-staff scheduling — I can tailor it exactly the way you want.&lt;/p&gt;

&lt;p&gt;AI + automation is changing the game. And I love building these smart systems! ⚙️🤖💬&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcwrra5h09kfg409ds2dt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcwrra5h09kfg409ds2dt.png" title="AI based voice agent for appointment scheduling and email with n8n and Retell.ai" alt="AI based voice agent for appointment scheduling and email with n8n and Retell.ai" width="800" height="386"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
      <category>automation</category>
      <category>voice</category>
    </item>
    <item>
      <title>WhatsApp-based Appointment Scheduler + Daily Reminder Automation</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sun, 16 Nov 2025 11:04:34 +0000</pubDate>
      <link>https://forem.com/sabbschow/whatsapp-based-appointment-scheduler-daily-reminder-automation-26e8</link>
      <guid>https://forem.com/sabbschow/whatsapp-based-appointment-scheduler-daily-reminder-automation-26e8</guid>
      <description>&lt;p&gt;A powerful WhatsApp-based Appointment Scheduler + Daily Reminder Automation in n8n!&lt;/p&gt;

&lt;p&gt;This system lets users book, modify, or cancel appointments directly through WhatsApp, thanks to an AI-assisted conversation flow. It also checks availability, stores the booking, and sends confirmation instantly.&lt;/p&gt;

&lt;p&gt;But that’s not all 👇&lt;br&gt;
🕒 Daily Automated Reminder System&lt;br&gt;
Every morning, the workflow:&lt;br&gt;
✔️ Fetches all appointments for the day&lt;br&gt;
✔️ Makes an automated call through Retell AI&lt;br&gt;
✔️ Sends a friendly WhatsApp reminder&lt;br&gt;
✔️ All fully hands-free — no manual follow-ups needed!&lt;/p&gt;

&lt;p&gt;This setup is perfect for:&lt;br&gt;
💈 Salons &amp;amp; Spas&lt;br&gt;
🏥 Clinics&lt;br&gt;
🏋️ Gyms&lt;br&gt;
📚 Coaching centers&lt;br&gt;
🔧 Service-based businesses&lt;br&gt;
…and much more!&lt;/p&gt;

&lt;p&gt;✨ And the best part?&lt;br&gt;
The entire scheduler can be customized based on your business workflow and requirements.&lt;/p&gt;

&lt;p&gt;Whether you need lead capture, multi-step booking, payment integration, or team scheduling — I can tailor it to fit your exact needs.&lt;/p&gt;

&lt;p&gt;Absolutely loving how AI + automation can transform everyday business operations! ⚙️🤖💬&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdoxhd9bzk0znliojk53w.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdoxhd9bzk0znliojk53w.png" alt="WhatsApp-based Appointment Scheduler + Daily Reminder Automation" title="WhatsApp-based Appointment Scheduler + Daily Reminder Automation" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
      <category>automation</category>
    </item>
    <item>
      <title>Automated Appointment Reminder with Voice call and SMS using n8n</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Mon, 10 Nov 2025 09:00:28 +0000</pubDate>
      <link>https://forem.com/sabbschow/automated-appointment-reminder-with-voice-call-and-sms-using-n8n-10bi</link>
      <guid>https://forem.com/sabbschow/automated-appointment-reminder-with-voice-call-and-sms-using-n8n-10bi</guid>
      <description>&lt;p&gt;I recently built an end-to-end appointment reminder workflow using n8n that helps businesses ensure customers never miss their scheduled meetings.&lt;/p&gt;

&lt;p&gt;Here’s how it works:&lt;br&gt;
✅ Daily Trigger: Executes every morning&lt;br&gt;
✅ Calendar Integration: Fetches the day’s appointments from Google Calendar&lt;br&gt;
✅ Voice Reminder: Places an automated call via Retell AI to remind the customer&lt;br&gt;
✅ Follow-up SMS: Sends a personalized message using Twilio after a short delay&lt;/p&gt;

&lt;p&gt;This workflow saves valuable time, improves communication consistency, and delivers a seamless reminder experience — all without human intervention.&lt;/p&gt;

&lt;p&gt;Always fascinating to see how automation and AI can streamline everyday operations so elegantly. ⚙️🤖&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmdmqgs2s2q3do61dl2ho.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmdmqgs2s2q3do61dl2ho.png" alt="Automated Appointment Reminder with Voice call and SMS using n8n" title="Automated Appointment Reminder with Voice call and SMS using n8n" width="800" height="272"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
      <category>automation</category>
    </item>
    <item>
      <title>Overdue Payment Reminder and Collection Automation</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sat, 01 Nov 2025 08:42:04 +0000</pubDate>
      <link>https://forem.com/sabbschow/overdue-payment-reminder-and-collection-automation-308a</link>
      <guid>https://forem.com/sabbschow/overdue-payment-reminder-and-collection-automation-308a</guid>
      <description>&lt;p&gt;I created an &lt;strong&gt;automated payment reminder and collection&lt;/strong&gt; workflow that helps businesses stay on top of overdue invoices with zero manual effort. 💡&lt;/p&gt;

&lt;p&gt;💰 The system automatically generates a Stripe payment link, then shortens it for easy sharing.&lt;br&gt;
📧 After 3 days, customers get a friendly email reminder.&lt;br&gt;
📱 After 7 days, they receive an SMS reminder(Twilio).&lt;br&gt;
💬 After 14 days, a Slack message alerts the collection team to follow up.&lt;/p&gt;

&lt;p&gt;And here’s the best part — once a payment is made, the Stripe signature is verified for authenticity to ensure every transaction is genuine before updating records. ✅&lt;/p&gt;

&lt;p&gt;Automation + security = peace of mind. ⚙️&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdft137h7foef0jsn18ac.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdft137h7foef0jsn18ac.png" alt="Overdue Payment Reminder and Collection Automation" title="Overdue Payment Reminder and Collection Automation" width="800" height="453"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>n8nbrightdatachallenge</category>
    </item>
    <item>
      <title>Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sat, 25 Oct 2025 13:14:11 +0000</pubDate>
      <link>https://forem.com/sabbschow/social-mediafacebook-instagram-linkedin-auto-posting-with-n8n-based-on-niche-4k71</link>
      <guid>https://forem.com/sabbschow/social-mediafacebook-instagram-linkedin-auto-posting-with-n8n-based-on-niche-4k71</guid>
      <description>&lt;p&gt;I recently built a n8n automation that takes care of everything from creating social media content to posting it automatically on Facebook, Instagram, and LinkedIn! 🧠✨&lt;/p&gt;

&lt;p&gt;Here’s how it works 👇&lt;/p&gt;

&lt;p&gt;📝 Step 1: Create Captions &amp;amp; Images Automatically&lt;/p&gt;

&lt;p&gt;The user selects a niche (like travel, tech, fitness, etc.).&lt;/p&gt;

&lt;p&gt;AI then creates a unique caption and image for that niche using Gemini and Stable Diffusion(Stability AI).&lt;/p&gt;

&lt;p&gt;Everything is saved into a Google Sheet with status “Created” and action “Not Posted.”&lt;/p&gt;

&lt;p&gt;The user reviews it and marks it “Approved” when it’s ready to go live.&lt;/p&gt;

&lt;p&gt;⏰ Step 2: Auto-Post on Schedule&lt;/p&gt;

&lt;p&gt;On a scheduled time, n8n checks Google Sheets for posts marked as “Approved.”&lt;/p&gt;

&lt;p&gt;It then automatically posts them on Facebook, Instagram, and LinkedIn.&lt;/p&gt;

&lt;p&gt;Once done, the sheet updates the status from “Not Posted” → “Posted.”&lt;/p&gt;

&lt;p&gt;💡 What’s cool?&lt;br&gt;
Everything happens automatically — from idea to live post! It’s perfect for anyone managing multiple pages or looking to save time with smart automation.&lt;/p&gt;

&lt;p&gt;🧩 Tools I used:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;n8n for workflow automation&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Google Sheets for review and approval&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Gemini AI for captions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Stable Diffusion(Stability AI) for images&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I’m really happy with how it turned out — smooth, efficient, and scalable!&lt;br&gt;
 🚀&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc5ihgjrx6q1raov9e5a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkc5ihgjrx6q1raov9e5a.png" alt="Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!" title="Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!" width="800" height="434"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkdhcee31oa0c4e35njw1.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fkdhcee31oa0c4e35njw1.png" alt="Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!" title="Social Media(Facebook, Instagram, Linkedin) Auto-Posting with n8n based on niche!" width="800" height="155"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>n8nbrightdatachallenge</category>
    </item>
    <item>
      <title>AI Driven Daily Sales Report Generator</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Tue, 14 Oct 2025 12:22:02 +0000</pubDate>
      <link>https://forem.com/sabbschow/ai-driven-daily-sales-report-generator-2oe1</link>
      <guid>https://forem.com/sabbschow/ai-driven-daily-sales-report-generator-2oe1</guid>
      <description>&lt;p&gt;I’ve just finished building an AI-driven daily sales reporting system using n8n, and it’s been a game-changer for automating end-of-day analytics and reporting.&lt;/p&gt;

&lt;p&gt;Here’s how the workflow works 👇&lt;/p&gt;

&lt;p&gt;🧩 Workflow Overview&lt;/p&gt;

&lt;p&gt;⏰ Schedule Trigger: Starts automatically every day.&lt;/p&gt;

&lt;p&gt;💾 Fetch Sales Data: Retrieves daily sales data directly from Supabase.&lt;/p&gt;

&lt;p&gt;🤖 AI Analysis: Uses Google Gemini Chat Model to summarize sales performance and insights.&lt;/p&gt;

&lt;p&gt;🧱 Dynamic HTML + SVG Report: Generates a clean visual summary with charts and tables.&lt;/p&gt;

&lt;p&gt;📄 PDF Generation: Converts the report into a professional PDF file.&lt;/p&gt;

&lt;p&gt;📧 Automated Distribution: Emails the report to the sales team and posts a summary to Slack.&lt;/p&gt;

&lt;p&gt;✨ Benefits&lt;/p&gt;

&lt;p&gt;100% hands-free daily sales updates&lt;/p&gt;

&lt;p&gt;AI-generated insights and summaries&lt;/p&gt;

&lt;p&gt;Automatically formatted, branded PDF reports&lt;/p&gt;

&lt;p&gt;Consistent communication for internal teams&lt;/p&gt;

&lt;p&gt;This project combines automation, AI summarization, and data visualization — all within n8n — to create a reliable daily reporting system.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1m0x41xrklg1g8nz46t4.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F1m0x41xrklg1g8nz46t4.png" title="AI Driven Daily Sales Report Generator" alt="AI Driven Daily Sales Report Generator" width="800" height="253"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
    </item>
    <item>
      <title>Email Outreach &amp; Sentiment Detection Automation</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Wed, 24 Sep 2025 07:35:21 +0000</pubDate>
      <link>https://forem.com/sabbschow/email-outreach-sentiment-detection-automation-2kif</link>
      <guid>https://forem.com/sabbschow/email-outreach-sentiment-detection-automation-2kif</guid>
      <description>&lt;p&gt;I’ve built an Email Outreach &amp;amp; Sentiment Detection Automation in n8n that completely streamlines the process of sending outreach emails, tracking replies, and analyzing sentiment with AI.&lt;/p&gt;

&lt;p&gt;🔹 How it works&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Outreach Automation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The workflow kicks off on a daily schedule and selects 5–10 leads from a Google Sheet.&lt;/p&gt;

&lt;p&gt;It loops through the selected contacts and sends out personalized outreach emails via Gmail.&lt;/p&gt;

&lt;p&gt;Each sent email is logged back into Google Sheets with a status update (Sent) for full tracking.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reply Monitoring&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A second workflow runs every 15 minutes to check for new unread replies.&lt;/p&gt;

&lt;p&gt;It extracts the required fields (sender, subject, body, etc.) and checks if the email is indeed a reply to the outreach.&lt;/p&gt;

&lt;p&gt;The content is cleaned up by removing quoted text, extra strings, and special characters so only the fresh reply remains.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sentiment Detection with AI&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The cleaned reply is passed to an AI Agent powered by Google Gemini with Simple Memory and a Structured Output Parser.&lt;/p&gt;

&lt;p&gt;The AI evaluates the reply and categorizes it (e.g., Positive, Neutral, Negative).&lt;/p&gt;

&lt;p&gt;The result, along with the reply text, is logged back into Google Sheets with status = Replied.&lt;/p&gt;

&lt;p&gt;🔑 Why this is powerful&lt;/p&gt;

&lt;p&gt;✅ Outreach volume is controlled (5–10/day for natural delivery)&lt;br&gt;
✅ Automated logging of sent &amp;amp; replied emails in Google Sheets&lt;br&gt;
✅ AI-powered sentiment detection ensures quick triage of responses&lt;br&gt;
✅ Scalable &amp;amp; hands-free – from sending, monitoring, cleaning, to analyzing replies&lt;/p&gt;

&lt;p&gt;This automation essentially acts as a virtual SDR assistant — sending outreach, logging every action, and telling you instantly whether replies are positive or not.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpngd07ik0lzsa8dekfap.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpngd07ik0lzsa8dekfap.png" alt="Email Outreach &amp;amp; Sentiment Detection Automation" title="Email Outreach &amp;amp; Sentiment Detection Automation" width="800" height="329"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
    </item>
    <item>
      <title>From Spreadsheet to Inbox: Automated Lead Emails Made Easy with n8n</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sun, 21 Sep 2025 07:07:53 +0000</pubDate>
      <link>https://forem.com/sabbschow/from-spreadsheet-to-inbox-automated-lead-emails-made-easy-with-n8n-2ffm</link>
      <guid>https://forem.com/sabbschow/from-spreadsheet-to-inbox-automated-lead-emails-made-easy-with-n8n-2ffm</guid>
      <description>&lt;p&gt;An n8n automation workflow to simplify lead outreach with personalized HTML emails!&lt;/p&gt;

&lt;p&gt;🔹 How it works:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lead Upload&lt;/strong&gt; – Start by selecting a leads file (CSV, XLS, or XLSX) via form input.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Google Drive Integration&lt;/strong&gt; – File is uploaded to Google Drive for safe storage, then automatically downloaded for processing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Smart File Handling&lt;/strong&gt; – A Switch node detects the file type (CSV, XLS, XLSX) and routes it to the correct parser.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Extraction&lt;/strong&gt; – Lead details (name &amp;amp; email) are extracted from the chosen file format.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Field Selection&lt;/strong&gt; – Workflow ensures only the required fields are mapped for email sending.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Loop Processing&lt;/strong&gt; – Iterates over each lead one by one.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Automated Email Sending&lt;/strong&gt; – Sends personalized HTML emails to every lead using Gmail (or other email integrations).&lt;/p&gt;

&lt;p&gt;✅ With this setup, You can upload any type of lead file, and the system handles everything—from storage and parsing to automated outreach—without manual intervention.&lt;/p&gt;

&lt;p&gt;This workflow makes lead management scalable, efficient, and error-free.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6fcakvxy4loo48scolc8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6fcakvxy4loo48scolc8.png" alt="From Spreadsheet to Inbox: Automated Lead Emails Made Easy with n8n" title="From Spreadsheet to Inbox: Automated Lead Emails Made Easy with n8n" width="800" height="233"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  n8n #WorkflowAutomation #EmailMarketing #LeadGeneration #Productivity #Automation #NoCode #DigitalTransformation #HTMLemail #MarketingAutomation
&lt;/h1&gt;

</description>
      <category>automation</category>
      <category>n8nbrightdatachallenge</category>
      <category>ai</category>
    </item>
    <item>
      <title>AI-powered Customer Knowledge Base Assistant!</title>
      <dc:creator>Sabbir Ahmed Chowdhury</dc:creator>
      <pubDate>Sun, 14 Sep 2025 10:34:15 +0000</pubDate>
      <link>https://forem.com/sabbschow/n8n-automation-workflows-that-bring-together-web-scraping-vector-databases-and-ai-powered-chatbot-1p7n</link>
      <guid>https://forem.com/sabbschow/n8n-automation-workflows-that-bring-together-web-scraping-vector-databases-and-ai-powered-chatbot-1p7n</guid>
      <description>&lt;p&gt;Workflow 1: Website Scraping &amp;amp; Data Storage:&lt;br&gt;
This workflow automates the process of collecting and preparing knowledge for an AI support agent:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Trigger: Starts when clicking "Execute workflow."&lt;/li&gt;
&lt;li&gt;Fetch Links: Retrieves site links from a Google Sheet.&lt;/li&gt;
&lt;li&gt;Loop &amp;amp; Scrape: Iterates through each link and scrapes the website data.&lt;/li&gt;
&lt;li&gt;Vectorization: Converts scraped content into embeddings using OpenAI embeddings.&lt;/li&gt;
&lt;li&gt;Data Storage: Stores the vectorized data in Pinecone vector database for semantic search.&lt;/li&gt;
&lt;li&gt;Update Status: Marks the link as processed in the Google Sheet.
This ensures that all customer-facing knowledge is continuously updated and accessible in a structured format.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Workflow 2: AI-Powered Customer Support Agent:&lt;br&gt;
This workflow uses the stored knowledge to answer queries in real time and integrates with multiple tools for enhanced support:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Trigger: Starts when a chat message is received.&lt;/li&gt;
&lt;li&gt;AI Agent: Uses the stored embeddings in Pinecone to understand the query and retrieve the most relevant information.&lt;/li&gt;
&lt;li&gt;Context &amp;amp; Memory: Maintains conversational memory with Simple Memory and uses the OpenAI Chat Model for natural responses.&lt;/li&gt;
&lt;li&gt;Actions:
o Fetch user query data from Pinecone for context.
o Send meeting details via email.
o Add events to calendar for client meetings.
o Send Slack notifications to the team.
This makes the support agent not just a responder, but a proactive assistant that can handle scheduling, notifications, and knowledge-based answers seamlessly.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;With these workflows combined, we have:&lt;br&gt;
✔ Automated web scraping and knowledge management&lt;br&gt;
✔ AI-powered customer support with contextual memory&lt;br&gt;
✔ Multi-channel integrations (Email, Calendar, Slack)&lt;br&gt;
✔ Scalable and efficient workflow automation&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faeher9cau2vn6fac3l1k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Faeher9cau2vn6fac3l1k.png" alt="AI-powered Customer Knowledge Base Assistant" title="AI-powered Customer Knowledge Base Assistant" width="800" height="554"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>n8n</category>
      <category>automation</category>
      <category>ai</category>
      <category>n8nbrightdatachallenge</category>
    </item>
  </channel>
</rss>
