<?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>DEV Community: Figa .A.K</title>
    <description>The latest articles on DEV Community by Figa .A.K (@figa_ak_25).</description>
    <link>https://dev.to/figa_ak_25</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3967217%2Fdfa13af4-04fb-41db-bf4e-c165210c78c5.jpeg</url>
      <title>DEV Community: Figa .A.K</title>
      <link>https://dev.to/figa_ak_25</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/figa_ak_25"/>
    <language>en</language>
    <item>
      <title>How I Built an AI-Powered Cold Email Automation Workflow with n8n</title>
      <dc:creator>Figa .A.K</dc:creator>
      <pubDate>Fri, 05 Jun 2026 14:35:05 +0000</pubDate>
      <link>https://dev.to/figa_ak_25/how-i-built-an-ai-powered-cold-email-automation-workflow-with-n8n-4oim</link>
      <guid>https://dev.to/figa_ak_25/how-i-built-an-ai-powered-cold-email-automation-workflow-with-n8n-4oim</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;I recently started building practical AI automations with n8n to eliminate repetitive business tasks.&lt;/p&gt;

&lt;p&gt;One of the most time-consuming activities in outreach is manually researching leads, writing personalized emails, and sending them one by one.&lt;/p&gt;

&lt;p&gt;To streamline this process, I built a simple cold email automation workflow using n8n.&lt;/p&gt;

&lt;p&gt;The workflow automatically:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reads leads from Google Sheets&lt;/li&gt;
&lt;li&gt;Generates personalized email copy using AI&lt;/li&gt;
&lt;li&gt;Sends emails through Gmail&lt;/li&gt;
&lt;li&gt;Applies rate limiting between emails&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Workflow
&lt;/h2&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%2F6lxp5knm7m29x0mksb77.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%2F6lxp5knm7m29x0mksb77.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This workflow consists of five main steps that work together to automate the entire outreach process.&lt;/p&gt;

&lt;h3&gt;
  
  
  1. Start Cold Email Campaign
&lt;/h3&gt;

&lt;p&gt;The workflow begins with a manual trigger.&lt;/p&gt;

&lt;p&gt;This allows me to review my lead list before launching the campaign.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Read Leads from Google Sheets
&lt;/h3&gt;

&lt;p&gt;The next step pulls lead information from a Google Sheet.&lt;/p&gt;

&lt;p&gt;Using a spreadsheet makes it easy to manage prospects without modifying the workflow itself.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Generate Personalized Emails
&lt;/h3&gt;

&lt;p&gt;This is where AI comes into play.&lt;/p&gt;

&lt;p&gt;Instead of sending generic templates, AI generates personalized email copy based on the information available for each lead.&lt;/p&gt;

&lt;p&gt;The goal is to make every email feel more relevant and human.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Send Emails via Gmail
&lt;/h3&gt;

&lt;p&gt;Once the email content has been generated, the workflow automatically sends the message through Gmail.&lt;/p&gt;

&lt;p&gt;This removes the need for repetitive copy-pasting and manual sending.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Rate Limiting
&lt;/h3&gt;

&lt;p&gt;To avoid sending too many emails at once, I added a rate-limiting step.&lt;/p&gt;

&lt;p&gt;This creates a delay between sends and helps maintain a more natural sending pattern.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;The objective wasn't simply to send more emails.&lt;/p&gt;

&lt;p&gt;The objective was to remove repetitive manual work.&lt;/p&gt;

&lt;p&gt;Instead of spending time writing and sending emails one by one, I can focus on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Researching prospects&lt;/li&gt;
&lt;li&gt;Improving offers&lt;/li&gt;
&lt;li&gt;Building relationships&lt;/li&gt;
&lt;li&gt;Optimizing outreach strategies&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Automation handles the repetitive tasks while I focus on higher-value activities.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Improvements
&lt;/h2&gt;

&lt;p&gt;This is only the first version of the workflow.&lt;/p&gt;

&lt;p&gt;Some features I plan to add include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Lead enrichment&lt;/li&gt;
&lt;li&gt;Company research automation&lt;/li&gt;
&lt;li&gt;Website analysis&lt;/li&gt;
&lt;li&gt;Personalized AI-generated icebreakers&lt;/li&gt;
&lt;li&gt;Automated follow-up sequences&lt;/li&gt;
&lt;li&gt;CRM integration&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;n8n has become one of my favorite tools for building practical AI automations.&lt;/p&gt;

&lt;p&gt;Even a relatively simple workflow like this can save hours of manual work while maintaining a personalized approach to outreach.&lt;/p&gt;

&lt;p&gt;This project is a great example of how AI and automation can work together to improve productivity without sacrificing personalization.&lt;/p&gt;

&lt;p&gt;What AI automation are you currently building with n8n?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>automation</category>
      <category>nocode</category>
      <category>javascript</category>
    </item>
    <item>
      <title>🚀 How I Started Building AI Automation Systems with n8n</title>
      <dc:creator>Figa .A.K</dc:creator>
      <pubDate>Thu, 04 Jun 2026 06:38:59 +0000</pubDate>
      <link>https://dev.to/figa_ak_25/how-i-started-building-ai-automation-systems-with-n8n-35l4</link>
      <guid>https://dev.to/figa_ak_25/how-i-started-building-ai-automation-systems-with-n8n-35l4</guid>
      <description>&lt;p&gt;Hi DEV Community 👋&lt;/p&gt;

&lt;p&gt;I'm an AI Automation Developer from Indonesia.&lt;/p&gt;

&lt;p&gt;Over the past few months, I've been exploring how AI and automation can help businesses eliminate repetitive tasks and save countless hours of manual work.&lt;/p&gt;

&lt;p&gt;My journey started with simple workflow automation, but quickly evolved into building:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI Customer Service Chatbots&lt;/li&gt;
&lt;li&gt;Lead Generation Systems&lt;/li&gt;
&lt;li&gt;WhatsApp Automations&lt;/li&gt;
&lt;li&gt;Google Sheets Integrations&lt;/li&gt;
&lt;li&gt;AI-Powered Content Workflows&lt;/li&gt;
&lt;li&gt;Multi-Agent AI Systems&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One tool that completely changed the way I build automations is n8n.&lt;/p&gt;

&lt;p&gt;What I like about n8n:&lt;/p&gt;

&lt;p&gt;✅ Open-source&lt;br&gt;&lt;br&gt;
✅ Flexible workflow design&lt;br&gt;&lt;br&gt;
✅ Easy API integrations&lt;br&gt;&lt;br&gt;
✅ Perfect for AI-powered workflows&lt;/p&gt;

&lt;p&gt;On DEV.to, I'll be sharing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real automation projects&lt;/li&gt;
&lt;li&gt;n8n tutorials&lt;/li&gt;
&lt;li&gt;AI agent experiments&lt;/li&gt;
&lt;li&gt;API integration guides&lt;/li&gt;
&lt;li&gt;Lessons learned from client work&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Building AI automation has taught me that the biggest opportunities often come from solving simple, repetitive problems.&lt;/p&gt;

&lt;p&gt;I'm still learning every day, experimenting with new workflows, APIs, and AI tools.&lt;/p&gt;

&lt;p&gt;If you're also interested in automation, AI agents, or n8n, I'd love to connect and learn from your experiences.&lt;/p&gt;

&lt;p&gt;What AI or automation project are you building right now?&lt;/p&gt;

&lt;p&gt;Let's connect! 🚀&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>automation</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
