- 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
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
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
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
