Building a producer-consumer workflow
Now that your webhook workflows can receive and validate data, it's time to connect workflows together. Acme Corp's order pipeline needs a producer workflow that sends order data to a downstream consumer for processing — the producer-consumer pattern you'll use throughout real-world automation.
A consumer workflow (Workflow B) has already been built for you. Your job is to activate it, then build a producer workflow (Workflow A) that sends an order payload to Workflow B using an HTTP Request node.
This exercise is part of the course
Intermediate Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise