ComenzarEmpieza gratis

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.

Este ejercicio forma parte del curso

Intermediate Workflow Automation with n8n

Ver curso

Ejercicio interactivo práctico

Pon en práctica la teoría con uno de nuestros ejercicios interactivos

Empezar ejercicio