Control when a chosen n8n workflow runs. It turns that workflow on at 08:00 and off at 20:00 every day so work happens in business hours. Ideal for teams that want daytime processing and quiet nights.
Two schedule triggers fire at set times. A Set node stores the target workflow ID, and Merge nodes attach this ID to each run. The n8n API nodes then activate or deactivate the target workflow using your API key. You keep the logic of the target workflow unchanged while managing its uptime window. This design focuses on orchestration rather than data, which keeps the setup small and reliable. Benefits include fewer after hours actions, less noise, and tighter control of when tasks run.
Setup needs your n8n API key and the workflow ID from its URL. Testing is simple by changing the cron to run in the next minute and watching the status flip. Expect fewer after hours sends and fewer surprises at night, plus no daily clicks to toggle status. Use it to pause marketing sends overnight, stop dev jobs outside support hours, or limit data syncs to office time. Note that trial plans do not support the n8n API, so this method will not work there.