Fan-Out Broadcast and Merge
Template: Fan-out/merge para broadcast multi-canal - Objetivo: Disparar em paralelo para múltiplos canais e consolidar. - Teste rápido: bash curl -X POST http://<SEUN8N>/webhook/template/broadcast \ -H 'Content-Type: application/json' \ -d '{\"message\":\"Hello world\"}' - Produção: troque 'Broadcast A/B' por Slack/Discord/Telegram (HTTP/API).
Integrations Used (2)
Prerequisites
No credentials required!
This workflow can be imported and used immediately.
Complexity
Some experience helpful. Multiple integrations or logic.
When to Use This Workflow
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Time Savings
Replace repetitive manual tasks with reliable automation.
Reclaim hours every week for higher-value work.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"name": "Fan-Out Broadcast and Merge",
"nodes": [
{
"id": "fan-0001",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"position": [
200,
300
],
"webhookId": "b2e3f4a5-6b7c-8d9e-0f1a-bc2345678903",
"parameters": {
"path": "template/broadcast",
"httpMethod": "POST",
"responseMode": "responseNode",
"options": {}
},
"typeVersion": 2
},
...Related Workflows
Obsidian Notes Read Aloud: Available as a Podcast Feed
Send Notes to Webhook Setup: - Install [Post Webhook Plugin](https://github.com/Masterb1234/obsidian-post-webhook/) in O...
Webhook Workflow
Automated workflow: Webhook Workflow. This workflow integrates 7 different services: webhook, stickyNote, httpRequest, c...
Httprequest Workflow
Automated workflow: Httprequest Workflow. This workflow integrates 7 different services: webhook, stickyNote, httpReques...
Webhook Workflow
Automated workflow: Webhook Workflow. This workflow integrates 8 different services: webhook, stickyNote, httpRequest, c...
Stickynote Workflow
Automated workflow: Stickynote Workflow. This workflow integrates 12 different services: webhook, stickyNote, httpReques...