- Built for AI agents
- Real-time inbound webhooks
- Receive unlimited messages⁴
- Reply to anyone who messages you first
- Full API access
- Dedicated phone number
- Cannot initiate new conversations
Free n8n Workflow Templates
Download and customize these pre-built workflows to get started quickly
Code Examples
Copy and paste these examples directly into your n8n workflows
Send a text (and optional attachments) via an n8n HTTP Request node. The chatId is a URL-encoded E.164 phone number.
// n8n HTTP Request Node - Send Message
// URL: https://backend.blooio.com/v2/api/chats/{{encodeURIComponent($json.phone)}}/messages
{
"method": "POST",
"url": "https://backend.blooio.com/v2/api/chats/%2B15551234567/messages",
"headers": {
"Authorization": "Bearer {{$json.apiKey}}",
"Content-Type": "application/json"
},
"body": {
"text": "Your appointment is confirmed for tomorrow at 3 PM",
"attachments": ["https://example.com/image.png"]
}
}
// Response (202 Accepted):
// { "message_id": "msg_abc123", "status": "queued" }Rate Limits: Outbound messages are automatically queued through Blooio's system to prevent account restrictions. No need to worry about implementing rate limiting in your workflows. All requests must include a valid API key in the Authorization header.
n8n API Access Requirements
API access is available exclusively with our Dedicated plan. It unlocks full automation and messaging capabilities.
Why Dedicated?
- Dedicated phone number
- Priority message delivery
- No throttling or limits
- Full automation support
- Premium support
Perfect For
- Business automation
- Customer support bots
- Lead generation
- Appointment reminders
- Custom integrations
* Please ensure compliance with all applicable laws and regulations in your jurisdiction regarding automated messaging and data privacy. Blooio operates as a peer-to-peer messaging platform and users are responsible for lawful usage. By using our service, you accept our Terms of Service.
6 lines → $195/line
Simple, transparent pricing
Choose the plan that fits your volume and scale as you grow.
Dedicated
Maximum scale with tiered pricing
$19550% off/ month each line
Number of lines
6+ Lines 50% off
Save more as you scale. Best value: 6+ lines → $195/line
- Inquire about FaceTime audio & video calling
- Number pools
- Auto-scaling (inquire to activate)
- Auto-unbanning (inquire to activate)
- Volume pricing discounts
- Dedicated account manager
- Priority incident response
- Migration onboarding support
- Multi-organization number discounts
- Built for AI agents
- Real-time inbound webhooks
- Receive unlimited messages⁴
- Reply to anyone who messages you first
- Full API access
- Dedicated phone number
- Cannot initiate new conversations
Dedicated
Maximum scale with tiered pricing
$19550% off/ month each line
Number of lines
6+ Lines 50% off
Save more as you scale. Best value: 6+ lines → $195/line
- Inquire about FaceTime audio & video calling
- Number pools
- Auto-scaling (inquire to activate)
- Auto-unbanning (inquire to activate)
- Volume pricing discounts
- Dedicated account manager
- Priority incident response
- Migration onboarding support
- Multi-organization number discounts
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
Send iMessage with n8n
Build iMessage automation workflows using n8n's visual workflow editor.
Read guideConnect ChatGPT to iMessage
Build an AI-powered iMessage assistant using OpenAI, Blooio webhooks, and n8n.
Read guideHow to Schedule an iMessage
Three ways to schedule iMessages — native iOS, Shortcuts, and programmatic API scheduling.
Read guide
