Block 1 - Blooio Webhook
- Type / Role
- n8n-nodes-base.webhook - webhook
- Config choices
- Version 2.1
Turn any Slack channel into your team's iMessage inbox. How it works → Customer texts your business number → Blooio pushes the webhook into n8n → n8n posts a new thread in Slack → Your ...
n8n-nodes-base.webhook, n8n-nodes-base.if, n8n-nodes-base.slack, n8n-nodes-base.slacktrigger, n8n-nodes-base.filter, n8n-nodes-base.set, 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 sourceTurn any Slack channel into your team's iMessage inbox.
📱 → Customer texts your business number 🔵 → Blooio pushes the webhook into n8n 💬 → n8n posts a new thread in Slack 🧵 → Your team replies in the thread 🔵 → n8n sends the reply through Blooio 📱 → Customer gets a blue-bubble iMessage
| What you get | Why it matters |
|---|---|
| 💙 Blue bubbles, not green | iMessage open rates blow past SMS. People read texts from friends — not from 10DLC short codes. |
| 🧰 One tech stack, not five | No separate texting app, no SMS gateway, no CRM seat for a receptionist. Just Slack + Blooio. Your team already knows Slack. |
| 💼 Turn Slack into a mini iMessage CRM | Every contact = one thread. Scroll the channel, see every active conversation. Search by phone, name, or keyword. Your history lives where your team already works. |
| 📱 iMessage from any device | Desktop, phone, tablet, browser — anywhere Slack runs, your team can text customers. No shared iPhone sitting on a desk. No "let me check when I'm at my computer." |
| 👥 Team inbox + personal reach | Your whole team sees inbound messages and can jump in. But replies still come from your business number — not from whoever happens to be on shift. Customer experience stays consistent; coverage doesn't. |
More opens = more leads = more deals.
| Tool | Cost | Why |
|---|---|---|
| Blooio | ~$39/mo starting | Send + receive iMessages via REST API |
| Slack | Any plan | Dedicated bridge channel (private recommended) |
| n8n | Cloud or self-hosted | Run the workflow |
⚠️ Blooio P2P notice: Blooio requires all outreach to be opt-in and actively enforces this.
| Branch | Trigger | What it does |
|---|---|---|
| 🟥 Inbound iMessage → Slack | Blooio webhook (message.received) | Post new iMessage to Slack as a threaded parent |
| 🟩 Slack Reply → Outbound iMessage | Any new message in bridge channel | Filter → get parent → extract phone → send via Blooio |
This 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 iMessage and Slack threads with Blooio for two-way messaging |
|---|---|
| Complexity | intermediate |
| Nodes | 11 |
| Categories | Support Chatbot |
| Author | David Schreiber |
| Published | 24 Apr 2026 |
Use the JSON export at /data/workflows/15264/15264.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.
Turn any Slack channel into your team's iMessage inbox. How it works → Customer texts your business number → Blooio pushes the webhook into n8n → n8n posts a new thread in Slack → Your ...
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 Support Chatbot use case.