Modify a scheduled workflow to POST downstream
You've built a scheduled workflow that checks business hours — now it's time to make it do real work. Instead of just setting a status message, the True branch should construct an order payload and send it to the downstream consumer workflow from Lesson 1.2. This combines everything from Chapter 1 into a single end-to-end automation.
You'll modify the True branch to build a payload with Edit Fields, then send it to Workflow B using an HTTP Request node — creating a production-style pattern: schedule, check conditions, build payload, and POST downstream.
Diese Übung ist Teil des Kurses
Intermediate Workflow Automation with n8n
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten