Free n8n Workflow Templates
Download and customize these pre-built workflows to get started quickly
iMessages Calorie Bot
An AI-powered nutrition tracker that analyzes meal photos and provides calorie counts, nutritional information, and daily/weekly/monthly reports via iMessage.
Emergency iMessages Bot
Real-time emergency alerts system that monitors PulsePoint incidents (fires, medical emergencies, accidents) and sends AI-summarized updates to your phone via iMessage.
Mystic Tarot Reader
An AI-powered spiritual guide that interprets tarot card images and text queries to offer soulful, empowering readings via iMessage. Supports both photo analysis of physical cards and virtual card draws.
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 ($699/mo). 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.
How to get API access
API access is available exclusively with our premium plans
Dedicated
$699/monthEnterprise
Custom pricing* 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.
Why do I need a premium plan?
Dedicated Infrastructure: API access requires dedicated Apple devices and phone numbers to ensure reliable, high-volume messaging without interference.
Quality Assurance: Premium plans maintain strict message quality standards and sender reputation, ensuring your messages reach recipients.
Technical Support: API integrations require specialized technical support and monitoring that's included with premium plans.
Compliance: Business-grade API usage requires additional compliance measures and dedicated resources.
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.