Skip to content
Novalink

Node reference

Schedule trigger node

schedule_trigger · Updated September 24, 2026

The Schedule trigger marks a workflow as one that runs on its own. The times live on the Triggers page rather than on the node, so changing a schedule never means editing and republishing the graph.

When to use it

  • A digest, report or summary that should arrive every morning.
  • A sync that should sweep an API every hour.
  • Any workflow whose value is that nobody has to remember to run it.

Ports

Inputs
None
Outputs
out

Configuration

Schedulenote
string · default "Set the times on the Triggers page. Any trigger there can fire this workflow."

Output

Fires out with the trigger's payload, readable as {{ trigger.<field> }}. A trigger with no payload fires with an empty object.

Good to know

Build it on the canvas

Create a free account, describe the workflow or wire it yourself, and run it in the browser.