n8n iMessage Integration — Self-Hosted iMessage Automation
Build self-hosted iMessage automations with n8n and Sendblue. Full control over your data and workflows with n8n's open-source platform and Sendblue's iMessage API.
How to Set Up n8n + Sendblue
Set Up Sendblue Credentials
In n8n, go to Credentials and add a new HTTP Header Auth credential with your Sendblue API key and secret.
Use HTTP Request Node
Add an HTTP Request node to your n8n workflow. Configure it to call Sendblue's REST API endpoints for sending messages, checking delivery status, or managing contacts.
Add Webhook Trigger
Create a Webhook node in n8n to receive incoming iMessages. Configure the webhook URL in your Sendblue dashboard to point to your n8n instance.
Build Your Workflow
Connect Sendblue nodes with n8n's 400+ built-in integrations. Add logic, transformations, and AI processing to create powerful iMessage workflows.
Key Features
Self-Hosted
Run n8n on your own infrastructure. Keep all message data and workflow logic on your servers for maximum privacy and control.
Open Source
n8n is open-source with a large community. Inspect the code, contribute, and customize to your exact needs.
Full API Access
Call any Sendblue API endpoint from n8n's HTTP Request node. Access the complete feature set including vCards, media, and iMessage detection.
AI Integration
Connect Sendblue with n8n's AI nodes (OpenAI, Anthropic, local LLMs) to build self-hosted AI messaging agents.
No Per-Execution Fees
n8n doesn't charge per execution like Zapier or Make. Run as many workflows as you want on your own infrastructure.
Developer Friendly
Write custom JavaScript or Python code within n8n nodes. Full flexibility for complex data processing and business logic.
Why n8n + iMessage?
n8n is the open-source, self-hosted workflow automation platform. For developers and teams that need full control over their automation infrastructure, n8n + Sendblue provides powerful iMessage capabilities without vendor lock-in.
Why n8n for iMessage: If you need self-hosted data processing (healthcare, finance, government), want to avoid per-execution fees from Zapier/Make, or prefer open-source tools, n8n is the right platform. Combined with Sendblue's iMessage API, you get enterprise messaging without enterprise complexity.
Integration approach: Sendblue connects to n8n via HTTP Request nodes (for sending) and Webhook nodes (for receiving). This means you have access to Sendblue's full REST API — every feature, every endpoint — from within n8n.
Example n8n + Sendblue workflows:
- Self-hosted AI agent: Webhook receives iMessage → Local LLM processes → Sendblue sends response
- Database-driven outreach: Query your database → Filter contacts → Send personalized iMessages in batch
- Multi-channel support: Customer message → Route to iMessage/email/Slack based on channel → Log in database
Get started with n8n + Sendblue
Free sandbox, no credit card required. Start sending iMessages in minutes.
Get API AccessFrequently Asked Questions
Does Sendblue have a native n8n integration?
Sendblue connects to n8n via HTTP Request and Webhook nodes using the REST API. This gives you access to all Sendblue features. A dedicated n8n community node may also be available.
Can I self-host n8n with Sendblue?
Yes. n8n runs on your own infrastructure while Sendblue handles the iMessage delivery. Your workflow logic and data stay on your servers; only the actual messages route through Sendblue's infrastructure.
Is this approach HIPAA compliant?
Self-hosting n8n gives you control over workflow data. Sendblue is SOC 2 compliant and supports HIPAA with BAAs. Together, they can meet healthcare compliance requirements — consult your compliance team for your specific setup.
How do I receive incoming iMessages in n8n?
Create a Webhook node in n8n that generates a URL. Add this URL as your webhook endpoint in the Sendblue dashboard. When someone sends an iMessage to your Sendblue number, it triggers the n8n workflow.