Get startedGet started for free

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.

This exercise is part of the course

Intermediate Workflow Automation with n8n

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise