Are you still copying data from emails into Google Sheets by hand? Or worse, retyping the same info every week? That's what we see every day in projects coming to us: SMEs wasting hours on repetitive tasks – invoices to double-check, leads to follow up, reports to generate – while AI can handle it all automatically. No coding required. Make (formerly Integromat) and Zapier, now supercharged with artificial intelligence, let you build automations without writing a single line of code. And the best part: they work right away, even for non-techies. In this guide we show you how, starting from real problems of an Italian SME.
Why combining Make and Zapier with AI changes the game for an SME?
Traditional automations (without AI) are dumb: they do one thing, always the same. For example: "When a new lead comes via form, add it to a Google Sheet." Useful, but limited. With AI, you can turn that raw data into intelligent action: "Read the lead's message, classify it as 'hot', 'warm', or 'cold', and send a personalized reply." All without touching code.
We, at Meteora Web, have managed the ERP system of a clothing store for years – inventory, seasons, margins. We know how much an hour lost copying and pasting from one platform to another costs. Make and Zapier's AI capabilities let you create workflows that process natural language, images, complex text – exactly what an SME needs to stop wasting time.
Sponsored Protocol
Concrete example: a client selling online via Shopify. Every day orders, reviews, support emails arrive. With a Make + OpenAI automation, the system reads each review, extracts sentiment, and if negative, forwards it to the customer manager with a summary. Time saved: 3 hours per week.
How does the AI integration work in Make and Zapier?
The building blocks: built-in AI modules
Both Make and Zapier offer native modules for the main AI models: OpenAI (GPT-4, GPT-4o), Anthropic Claude, Google Gemini. You send text or an image and get a response – then use it in the rest of the automation.
In Make: you'll find the OpenAI module with actions like "Create a Completion", "Create a Chat Completion", "Create an Image", and even "Transcribe Audio". To use it, connect your API key (get it at platform.openai.com) – cost: cents per request.
In Zapier: the OpenAI (ChatGPT) module works similarly but with a simplified interface. You select the model, write the prompt, and manage outputs.
Both allow dynamic variables – the text of an email, a customer's name, invoice content – directly in the prompt.
Sponsored Protocol
Practical example: automatically classify leads with Make + AI
Imagine every new contact from your site is saved in a Google Sheet with columns: Name, Email, Message. With Make you create a scenario that:
- Trigger: New row in Google Sheet (every minute)
- AI: Send the message text to GPT with prompt: "Classify this message into one of these categories: 'Info Request', 'Complaint', 'Collaboration Proposal', 'Other'. Return only the category."
- Update: Write the category in the same row of the sheet, column 'Category'
- Condition: If category = 'Complaint', send a Slack notification to customer support
Here's what an AI module looks like in Make (not needed to copy, but to understand the structure):
{
"module": "openai",
"action": "Create Chat Completion",
"model": "gpt-4o",
"messages": [
{
"role": "user",
"content": "Classify this message: {{1.message}}. Categories: Info Request, Complaint, Collaboration Proposal, Other. Return only the category."
}
]
}
No programming: you just trained an AI to work for you.
Key differences between Make and Zapier for AI integrations
We've used both in production. Here's how they compare:
- Cost: Zapier plans start at ~$30/month with 750 tasks. Make starts at €9/month with 1000 operations. For heavy AI usage, Make is more affordable.
- Complexity: Zapier is easier to start, good for linear automations. Make has a more powerful visual editor – allows branches, loops, aggregators – but requires a steeper learning curve.
- AI modules: Both offer OpenAI, Claude, Gemini. Make also has modules for Stable Diffusion and self-hosted models via HTTP.
- Debugging: Make has detailed history and allows re-running a single step. Zapier is more opaque on errors.
The choice depends on the frequency of automations. For a simple flow (e.g., sending an AI-generated email to new orders), Zapier is fine. For complex multi-step scenarios, Make is superior.
Sponsored Protocol
Which AI automations truly benefit an SME?
Not all automations are worth the setup time. We always think in terms of return on investment. Here are 3 AI automations with immediate impact on costs and revenue.
1. Intelligent auto-replies to reviews (Google My Business, Facebook, Amazon)
A restaurant, a shop, a service company: managing reviews takes time. With Zapier + AI, every time a review arrives (via webhook or module), the AI generates a personalized response that thanks, addresses specific criticism, and invites a re-rating. Scenario: you get a 3-star review saying "The pizza was cold." The AI produces: "We're sorry the pizza wasn't at the right temperature. We're checking the delivery process. We look forward to offering you a free pizza next time!" – you approve it before publishing.
Sponsored Protocol
Time saved: 15 minutes/day → 5 hours/month. Cost: a few cents in API calls.
2. Automatic summary of customer emails
If you receive 50-100 support emails a day, let the AI summarize them and create a daily report on Slack or Notion. In Make, connect a Gmail module (trigger: new email from customer), pass the body to AI with prompt "Summarize in 3 bullet points", and write the summary in an Airtable database with timestamp.
Example output: "1. Customer reports defective product (order #1234), 2. Requests refund, 3. Has already sent photos." – team knows immediately what to do.
3. Automatic product description generation from raw data
An e-commerce with 1000 products can use Make + OpenAI to generate SEO-optimized descriptions from a table with name, color, material, price. The AI writes a 100-word text with keywords and brand tone. Then the automation updates the product in WooCommerce or Shopify.
Warning: AI output must always be reviewed – we always say it, AI amplifies, not replaces. But cutting description time from 20 minutes to 2 is a huge gain.
Sponsored Protocol
What to do next to start with AI automations
Let's stop talking and take action. Here are 3 concrete steps you can do today.
- Choose your platform: If you already have a Zapier account, start there. If starting from scratch, register at Make (the free plan is enough for testing). In both cases, get an OpenAI API key – you'll need it for AI modules.
- Build your first automation in 15 minutes: Connect an input module (e.g., a Typeform or Google Forms) to an OpenAI module and then to an output (e.g., write to Google Sheets). Use the classification prompt we showed above. Test with a couple of dummy data.
- Monitor costs: Each AI request costs fractions of a cent. On OpenAI you can set a daily spending limit. We recommend starting with 1-2 automations and seeing the time saved before scaling.
If you want to dive deeper into integrating AI across your entire company, check out our practical guide to AI for Italian SMEs (in Italian). There you'll find the full picture, from chatbots to predictive analytics.
Remember: an automation is not a cost; it's an investment that pays off every hour. We, at Meteora Web, see it every day with our clients: those who automate low-value activities gain time to grow. The rest is just noise.