How to Use Make.com with iMessage: Automation Setup Guide
Connect Make.com (Formerly Integromat) to Tuco AI for iMessage Workflows
Summary
Make.com connects to Tuco AI's iMessage API through HTTP modules and webhooks. This guide covers the full setup: webhook trigger, HTTP POST to Tuco API, personalized iMessage delivery. Includes use cases for FB lead ads, form submissions, and CRM events.
iMessage automation that actually reaches your leads
Outbound iMessages from your stack—no A2P 10DLC limits, no spam filters. Integrate with your CRM or any API.
Make.com (formerly Integromat) and iMessage work together through Tuco AI's REST API. If you're already building automations in Make, adding iMessage as an output channel takes about 20 minutes. Below is the exact setup for the three most common use cases.
Why Use Make.com Instead of Zapier for iMessage?
Both work. But Make has advantages for teams that need more than simple A-to-B automations:
- Visual scenario builder. See your entire workflow as a flowchart, not a linear list.
- Branching and routing. Send different messages based on lead source, location, or any data field.
- Error handling built in. Retry failed API calls automatically, route errors to alerts.
- Better pricing for volume. Make's free plan includes 1,000 operations/month vs Zapier's 100 tasks.
- Data transformation. Format phone numbers, clean names, merge fields without separate steps.
If you're running simple "new lead → send message" workflows, Zapier works fine too. For anything with conditional logic, Make is more flexible.
CRM to iMessage in minutes
Send from your existing tools. No 10DLC, no content hashing. Better deliverability for iOS.
How Does the Make.com + Tuco AI Connection Work?
The flow:
- Trigger module fires (new lead, form submission, webhook, schedule)
- Make processes data. Maps fields, applies filters, formats variables.
- HTTP module sends POST request to Tuco AI's API
- Tuco AI delivers iMessage through Apple's infrastructure
- Webhook module (optional) receives replies from Tuco AI
All visual. Drag modules, draw connections, map fields. No code unless you want it.
Use Case 1: Facebook Lead Ads to iMessage
This is the highest-ROI automation for local businesses and agencies. A lead fills out your FB form. An iMessage hits their phone before they close the browser.
Setup Steps
Module 1: Facebook Lead Ads trigger
- Add the Facebook Lead Ads module as your trigger
- Connect your Facebook account
- Select your Page and Lead Form
- Test to pull in a sample lead
Module 2: HTTP — Make a Request
- Add an HTTP module after the trigger
- Configure:
- URL: Your Tuco AI API endpoint
- Method: POST
- Headers:
- Authorization: Bearer [your-api-key]
- Content-Type: application/json
- Body type: Raw
- Content type: JSON
- Request content:
{
"to": "{{1.phone_number}}",
"from": "your-tuco-number",
"message": "Hey {{1.first_name}}, saw you were interested in {{1.form_name}}. Quick question: what's your biggest priority right now?"
}
- Test the module. Verify iMessage arrives on a test number.
Module 3 (optional): Router for SMS fallback notification
Add a Router after the HTTP module. If the API response indicates SMS fallback (non-iPhone user), route to a Slack notification so your team knows to follow up differently.
Expected Results
Based on campaigns we've run for home services and lawn care clients:
- Speed-to-lead: iMessage arrives 5-15 seconds after form submission
- Response rate: 15-25% within the first hour
- Booking rate: 8-12% of respondents schedule an appointment
Compare that to SMS follow-up (3-5% response) or email follow-up (1-2% response on cold leads).
Use Case 2: Form Submission to iMessage
Works with Typeform, JotForm, Gravity Forms, or any form tool that supports webhooks.
Setup Steps
Module 1: Webhooks — Custom Webhook
- Add a Webhooks module (instant trigger)
- Copy the webhook URL Make generates
- Paste that URL into your form tool's webhook settings
- Submit a test form to register the data structure
Module 2: HTTP — Make a Request
- Same configuration as the FB Lead Ads example
- Map phone number and name fields from the webhook payload
- Write your message template
Message template for form submissions:
Hi [first_name], got your request about [service_type]. We usually get back to people within the hour. Is now a good time for a quick call, or would tomorrow work better?
Asking for a preferred time gives the lead an easy way to respond and moves the conversation toward booking.
Use Case 3: CRM Event to iMessage
Trigger iMessages based on pipeline changes, deal stages, or contact properties in your CRM.
HubSpot Example
Module 1: HubSpot — Watch Deals
- Set trigger to fire when a deal moves to a specific pipeline stage (e.g., "Demo Scheduled")
- Pull contact phone number and name from the associated contact
Module 2: HTTP — Make a Request
- POST to Tuco AI API with the contact's details
- Message example:
Hey [first_name], looking forward to our call on [deal_date]. Quick heads up: I'll be sharing a 5-minute walkthrough of [product_feature]. Any specific questions you want me to cover?
This pre-demo message increases show rates. From our data: teams that send iMessage confirmations see 23-53% higher show rates than email-only confirmation.
Salesforce Example
For Salesforce-specific setup: How to send iMessage using Salesforce.
How Do You Handle Inbound Replies?
Tuco AI sends replies back through webhooks. In Make.com:
- Create a separate scenario for inbound messages
- Add a Webhooks module as the trigger
- Configure your Tuco AI account to send reply webhooks to this URL
- Add modules to process the reply:
- Router to branch based on reply content ("yes" vs "no" vs other)
- HubSpot/Salesforce to log the reply as an activity
- Slack to notify the assigned rep
- HTTP to send an automated follow-up based on the reply
What Does This Cost?
| Component | Monthly Cost |
|---|---|
| Tuco AI (Pro plan) | $299/month |
| Make.com (Core plan) | $9/month |
| Total | $308/month |
Make.com's free plan (1,000 operations/month) handles roughly 30 automations per day. For most teams, that covers the first few months. The Core plan at $9/month bumps you to 10,000 operations.
Make.com is $10/month cheaper than Zapier for equivalent functionality, and the free tier is more generous.
Common Setup Mistakes
Not formatting phone numbers. Make sure phone numbers include country code (+1 for US). Add a Set Variable module to prepend +1 if your form captures 10-digit numbers.
Missing error handling. Add an Error Handler module after your HTTP request. If the API returns an error (invalid number, rate limit hit), route to a Google Sheet or Slack channel for manual review.
Sending outside business hours. Use Make's Schedule settings to run scenarios only during business hours. Or add a Tools: Set Variable module that checks the current time and routes to a delay if it's after hours.
Getting Started
- Sign up for Tuco AI and get API credentials
- Create a Make.com account (free tier works for testing)
- Build your first scenario using one of the use cases above
- Test with your own phone number
- Go live with a small lead segment
For other integration options: iMessage + Zapier | iMessage + Clay
View Tuco AI pricing | Book a demo
Related reading:
Frequently asked questions
Can Make.com send iMessages?
Yes, through Tuco AI's REST API. Make.com's HTTP module sends a POST request to Tuco AI's endpoint with the recipient's phone number and message text. Tuco AI delivers the message as an iMessage. No custom code needed, just visual module configuration.
Is Make.com better than Zapier for iMessage automation?
Make.com offers more visual control over workflow logic, branching, and error handling than Zapier. It's also cheaper for high-volume automations (Make's free plan includes 1,000 operations vs Zapier's 100 tasks). For simple linear workflows, either works fine.
How do I connect Facebook Lead Ads to iMessage through Make.com?
Create a Make.com scenario with a Facebook Lead Ads trigger module. Add an HTTP module configured to POST to Tuco AI's API with the lead's phone number and a personalized message. When someone submits your FB lead form, they receive an iMessage within seconds.
Does Make.com add latency to iMessage delivery?
Make.com scenarios with instant triggers (webhooks) add less than 2 seconds of latency. Polling triggers check at intervals based on your plan (every 15 minutes on free, every 1 minute on paid). For speed-to-lead, use webhook-based triggers.
About the author
Founder at InboxPirates Consulting. Building iMessage automation infrastructure for B2B outbound.