Communicating Between n8n Workflows

Intermediate Workflow Automation with n8n

Yaron Been

Marketing Automation Architect

Modular Workflows

Comparison of a single monolithic workflow with many interconnected nodes versus multiple modular workflows, each containing a simple linear chain of nodes

Intermediate Workflow Automation with n8n

The Producer-Consumer Pattern

Workflow B (the consumer) with a Webhook Trigger node exposing an HTTPS URL and waiting for incoming requests

Intermediate Workflow Automation with n8n

The Producer-Consumer Pattern

Workflow A uses an HTTP Request node to send a POST request to Workflow B's Webhook Trigger, connected by a dashed arrow

Intermediate Workflow Automation with n8n

The Producer-Consumer Pattern

Workflow A highlighted in blue and labeled Producer, sending requests via HTTP to Workflow B's Webhook Trigger

Intermediate Workflow Automation with n8n

The Producer-Consumer Pattern

Producer-consumer pattern: Workflow A (Producer, blue) sends data via HTTP to Workflow B (Consumer, red), which receives it through a Webhook Trigger

Intermediate Workflow Automation with n8n
Intermediate Workflow Automation with n8n

Summary

Producer-consumer pattern summary: Workflow A (Producer) connects to Workflow B (Consumer) via HTTP Request to Webhook Trigger

Intermediate Workflow Automation with n8n

Let's practice!

Intermediate Workflow Automation with n8n

Preparing Video For Download...