- Shared number
- Standard email support
- 15 new contacts/day
- CRM integrations included
- Full API access
- Limited to 1 number
- No hidden fees
- Does not support custom area codes
Automate iMessages with 
Build powerful visual workflows that connect iMessages to 1,000+ apps. Automate customer support, lead generation, and business processes with Make's intuitive drag-and-drop interface.


Pre-built Make.com Templates
Get started quickly with our collection of ready-to-use Make.com scenarios that connect iMessages to your business workflows.
Customer Support Automation
Automatically route customer inquiries from iMessages to the right support team, create tickets, and send acknowledgments.
Lead Qualification Bot
Qualify leads through iMessage conversations, score them based on responses, and automatically add qualified leads to your CRM.
Appointment Scheduler
Allow customers to book appointments via iMessage, check availability, send confirmations, and handle rescheduling automatically.
Order Tracking System
Send automated order updates, tracking information, and delivery notifications to customers via iMessage.
Survey & Feedback Collector
Send surveys via iMessage, collect responses, analyze feedback, and trigger follow-up actions based on ratings.
Inventory Alert System
Monitor inventory levels and automatically notify team members via iMessage when stock is low or out of stock.
Ready to get started with Make.com automation?
Make.com Integration Examples
Learn how to integrate Blooio's iMessage API with Make.com scenarios using these practical examples.
Send Message
Send a text message with attachments using Make.com HTTP module. The chatId is a URL-encoded E.164 phone number.
{
"method": "POST",
"url": "https://backend.blooio.com/v2/api/chats/%2B15551234567/messages",
"headers": {
"Authorization": "Bearer {{your_api_key}}",
"Content-Type": "application/json"
},
"body": {
"text": "Your order #{{order_id}} has been shipped! Track it here: {{tracking_url}}",
"attachments": ["{{receipt_url}}"]
}
}
// Response (202 Accepted):
// { "message_id": "msg_abc123", "status": "queued" }Make.com Best Practices
- Store your API key in Make.com's secure credential storage
- Use error handling modules to catch API failures
- Add delays between bulk operations to respect rate limits
- Test scenarios with small batches before production
Common Use Cases
- Customer support ticket notifications
- Order status and shipping updates
- Appointment reminders and confirmations
- Lead qualification and CRM updates
Make.com API Access Requirements
API access is available exclusively with our Dedicated plan. It unlocks full automation and messaging capabilities for Make.com scenarios.
Why Dedicated?
- Dedicated phone number for consistent sender identity
- Priority message delivery with no throttling
- API calls for complex scenarios
- Full webhook support for real-time triggers
- Premium support with Make.com expertise
Perfect For Make.com
- Complex multi-step automation scenarios
- High-volume message processing
- Real-time customer engagement workflows
- Integration with CRM and business tools
- Custom business logic and routing
Make.com Integration Features
Instant Triggers
Webhook triggers fire instantly when messages are received
Batch Processing
Send messages to multiple recipients using iterators
Error Handling
Robust error handling with retry logic and fallbacks
Install the app first, then upgrade to Dedicated plan for full API access
6 lines → $195/line
Simple, transparent pricing
Choose the plan that fits your volume and scale as you grow.
Dedicated
Proffesional messaging at scale
$289 / month each line
+ $50 one-time activation fee
Get Started- Dedicated number
- Unlimited Messages⁴
- Inquire about FaceTime support
- Custom area code ($25/number one-time fee)
- Full API access
- CRM integrations included
- Number porting included
- No hidden fees
- Shared number
- Standard email support
- 15 new contacts/day
- CRM integrations included
- Full API access
- Limited to 1 number
- No hidden fees
- Does not support custom area codes
Dedicated
Proffesional messaging at scale
$289 / month each line
+ $50 one-time activation fee
Get Started- Dedicated number
- Unlimited Messages⁴
- Inquire about FaceTime support
- Custom area code ($25/number one-time fee)
- Full API access
- CRM integrations included
- Number porting included
- No hidden fees
Concierge
Need a hands-on implementation? Let our team build it for you.
Want to send iMessages from anywhere?
Skip the integrations and connect directly to our REST API. Build custom workflows, integrate with any platform, and have complete control over your messaging infrastructure.
Related Guides
How to Schedule an iMessage
Three ways to schedule iMessages — native iOS, Shortcuts, and programmatic API scheduling.
Read guideBuild an iMessage Bot
Create automated iMessage bots for customer support, sales, and notifications.
Read guideiMessage for Business
How businesses use iMessage to engage customers with higher open rates than SMS or email.
Read guide