Why Make.com Over Zapier
Zapier is more well-known but Make.com is more powerful and significantly cheaper for complex workflows. The main differences:
- Make.com uses a visual canvas (see data flowing between nodes)
- Supports branches, error handlers, iterators, and aggregators β things Zapier charges enterprise rates for
- 10,000 operations/month free (Zapier gives 100/month free)
- Complex workflows that cost $50/month on Zapier often cost $9/month on Make.com
For Indian startups where automation needs are real but budget is limited, Make.com is the default recommendation.
Your First Scenario: New WhatsApp Lead to Google Sheet
This is a practical workflow for any business that gets leads via WhatsApp/website and wants them in a spreadsheet automatically.
Trigger: Form submission on your website (Typeform, Google Forms, or any form with webhook support) Action 1: Add row to Google Sheet Action 2: Send notification to your WhatsApp via AutoChat or WATI
Step 1: Create a New Scenario
- Go to make.com β Create a new scenario
- Click the '+' to add your first module
- Search for your form tool (Typeform, Google Forms, etc.)
- Select the 'Watch Responses' trigger
- Connect your account and select your form
Step 2: Add Google Sheets Module
- Click the '+' after your trigger
- Search 'Google Sheets' β 'Add a Row'
- Connect your Google account
- Select the spreadsheet and sheet
- Map the form fields to the sheet columns
Step 3: Add WhatsApp Notification
- Click '+' after Google Sheets
- Search for your WhatsApp tool (HTTP module if using AutoChat/WATI API)
- Configure the message template with lead details
- Map the trigger data (name, phone, query) into the message
Step 4: Test and Activate
Click 'Run Once' to test with a real form submission. Check that data flows correctly. Fix any mapping issues. Then toggle the scenario to ON.
Understanding the Visual Canvas
Each circle on the canvas is a module. Lines between them show data flow. You can:
Branch (Router): Send data down different paths based on conditions. Example: if lead comes from Mumbai β notify sales rep A, if from Delhi β notify rep B.
Filter: Add conditions to continue or stop the flow. Example: only process submissions where phone number is provided.
Iterator: Process each item in an array. Example: for each product in an order, create a separate database record.
Error Handler: Define what happens when a module fails. Example: if WhatsApp notification fails, send an email instead.
Practical Workflows for Indian Businesses
Lead qualification flow: New lead in β Score based on budget/company size β High score β Assign to senior sales, add to CRM β Low score β Add to nurture email sequence
Invoice payment reminder: New invoice in Zoho Books β Day -3: send WhatsApp reminder β Day 0: resend β Day +3: escalate to owner
Social media cross-posting: New blog post published β Auto-create LinkedIn post β Auto-create Twitter post β Notify team on Slack
Review collection: New appointment completed in booking system β Wait 2 hours β Send WhatsApp review request β If opened but not clicked β Follow up next day
Pricing and Operations
Make.com charges per 'operation' β each module execution in a scenario. A 3-module scenario processing 100 leads/month = 300 operations.
Free tier: 1,000 operations/month. Core plan: βΉ800/month for 10,000 operations. Pro plan: βΉ2,500/month for 40,000 operations.
For most Indian SMEs running 5β10 scenarios, the Core plan covers everything.
The Mistake to Avoid
Building automations before understanding the manual process. Automate a workflow you've done manually at least 10 times. You'll know the edge cases, the exceptions, and what data is actually needed. Automating an under-defined process just automates your confusion.