Automation used to require developers, budget, and weeks of work. Today, anyone with a laptop and 30 minutes can build a real AI-powered workflow that saves hours every week. In this guide, you'll build your first automation from scratch — no coding required.
What We're Building
You'll build an automation that: monitors a Gmail inbox for new emails → extracts the key information → uses ChatGPT to draft a professional reply → saves the draft for your review. This is a real, practical workflow that professionals use daily.
Step 1 — Set Up Your Make Account (5 minutes)
Go to make.com and create a free account. Make (formerly Integromat) is the most powerful no-code automation platform available and offers a generous free tier. Once inside, click "Create a new scenario" — this is where you'll build your workflow visually by connecting modules together.
Step 2 — Connect Gmail (5 minutes)
Add a Gmail module as your trigger. Select "Watch emails" and connect your Google account when prompted. Configure it to monitor your inbox (or a specific label) for new emails. Set the trigger to run every 15 minutes. This is the starting point of your automation — every time a new email arrives, the workflow begins.
Step 3 — Add the ChatGPT Module (10 minutes)
Add an OpenAI module after Gmail. Select "Create a completion" and enter your API key from platform.openai.com. In the prompt field, construct your instruction to ChatGPT:
Example prompt template
"You are a professional email assistant. Read the following email and draft a concise, professional reply. Email subject: [Subject from Gmail]. Email body: [Body from Gmail]. Draft a reply that is polite, direct, and under 150 words."
Use Make's dynamic data mapping to automatically insert the actual email subject and body from the Gmail module into your prompt. This is where the power lies — every email gets a custom response generated specifically for its content.
Step 4 — Save the Draft (5 minutes)
Add a final Gmail module — "Create a draft". Map the ChatGPT output as the email body, and the original sender's address as the recipient. Now every new email you receive will automatically have a draft reply waiting for you to review and send.
Step 5 — Test and Activate (5 minutes)
Click "Run once" to test your scenario with a real email. Check that the Gmail trigger picks up the email, ChatGPT generates a relevant reply, and the draft appears in Gmail. If everything works, turn on the scenario to run automatically every 15 minutes.
What to Build Next
- Lead qualification: New form submission → ChatGPT scores and categorises the lead → Slack notification with summary
- Content repurposing: New blog post → ChatGPT creates Twitter thread, LinkedIn post, and newsletter summary
- Meeting prep: Calendar event created → ChatGPT researches the attendee → briefing doc saved to Google Drive
- Customer support: New support ticket → ChatGPT drafts response based on knowledge base → routed to correct team member
The automation you've built in 30 minutes is just the beginning. Every workflow you build compounds — each automation saves time that can be invested in building the next one. Within a few weeks of learning these tools, most people find they've saved several hours every single week.