Block 1 - When Email Received
- Type / Role
- n8n-nodes-base.gmailTrigger - gmailTrigger
- Config choices
- Version 1.2
Email iMessage Bridge (via Blooio + Gmail) A 2 branch bidirectional bridge. Email a customer from Close (or any CRM) — they get a blue bubble iMessage. They reply on iPhone — it lands in your Gma...
n8n-nodes-base.gmailtrigger, n8n-nodes-base.if, n8n-nodes-base.set, n8n-nodes-blooio.blooiomessaging, n8n-nodes-base.webhook, n8n-nodes-base.gmail, n8n-nodes-base.httprequest, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Schreiber.
Original n8n.io sourceA 2-branch bidirectional bridge. Email a customer from Close (or any CRM) — they get a blue-bubble iMessage. They reply on iPhone — it lands in your Gmail with the phone number in the subject. Reply in Gmail — it goes back out as iMessage. No database, no state store. The subject IS the routing table.
\+?\d{10,15}) — drops everything elsemessage.received — inbound iMessages arrive in real-timeiMessage from +15551234567, Gmail Send delivers to your main inbox with Reply-To set back to the bridge — so your reply re-enters Branch 1| Branch | Trigger | What it does |
|---|---|---|
| 🟢 Email → iMessage | Gmail Trigger (1-min poll) | Phone-in-subject → strip quoted chains → send iMessage via Blooio |
| 🟣 iMessage → Email | Blooio Webhook (message.received) |
Build threaded subject → send to main inbox with Reply-To → log to Close |
| Metric | Manual | This workflow |
|---|---|---|
| ⚡ Speed | Switch apps every reply, lose context | Stay in Gmail, customers get blue bubbles |
| 🔁 Consistency | Some texts in Messages, some in a 3rd-party app | Every conversation in one Gmail thread |
| 📉 CRM gaps | Texts never reach Close — lead timeline is half a story | Every inbound iMessage logged + Sequence exits fire |
| 🧠 Staff time | 30–60 sec per reply jumping apps | Zero — reply in the inbox already open |
Sales teams using SMS or iMessage close ~3× faster than email-only follow-up, but every minute spent app-switching erodes that edge. This workflow keeps the speed AND the inbox you already live in.
| Tool | Cost | Why |
|---|---|---|
| Blooio | ~$39/mo + per-message | Warmed iMessage number that delivers as blue bubble |
| Gmail (bridge inbox) | Free | Dedicated address that only this workflow watches |
| Gmail (main inbox) | Any provider | Where inbound iMessage notifications land |
| Close (optional) | From $59/seat | CRM lead lookup + Sequence exit logging — skip the 3 Close nodes if you don't use it |
| n8n | Free self-host / cloud tier | Runs the bridge |
⚠️ Blooio P2P notice: Blooio is opt-in only. Perfect for replies to inbound traffic and warm conversations. Cold outreach requires explicit consent per Blooio ToS.
[email protected]) — keep its inbox clean, this workflow watches itmessage.received, connect bridge Gmail credential to Send Email via Gmail, replace the <__USER_MAIN_INBOX__...__> and <__BRIDGE_GMAIL_ADDRESS__...__> placeholders with your real addresses+1YOURPHONE - test → confirm iMessage hits your phoneiMessage from +1YOURPHONEThis catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Bridge Gmail and iMessage with Blooio and log conversations to Close |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Lead Nurturing |
| Author | David Schreiber |
| Published | 18 May 2026 |
Use the JSON export at /data/workflows/15786/15786.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Email iMessage Bridge (via Blooio + Gmail) A 2 branch bidirectional bridge. Email a customer from Close (or any CRM) — they get a blue bubble iMessage. They reply on iPhone — it lands in your Gma...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Lead Nurturing use case.