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 Blooio's API
// n8n HTTP Request Node - Send Message
{
"method": "POST",
"url": "https://edge.blooio.com/v1/api/messages",
"headers": {
"Authorization": "Bearer {{$json"apiKey"}}", // store in n8n credentials
"Content-Type": "application/json"
},
"body": {
"to": "+1234567890",
"text": "Your appointment is confirmed for tomorrow at 3 PM",
"attachments": ["https://example.com/image.png"]
}
}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.
Simple, transparent pricing.
Professional messaging solutions for businesses that need reliable, scalable communication.
Dedicated
Professional messaging at scale
+ $50 one-time activation fee
Dedicated phone number
Your brand, your number
Compare Plans
Personal use
Small teams
Growing business
High volume
Custom scale
Want to try Blooio first?
Start with our free trial – no credit card required. Learn more on the pricing page.
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.

