n8n-docs/docs/nodes/nodes-library/core-nodes/Interval
2021-01-14 09:49:28 +05:30
..
README.md Add blog post links 2021-01-14 09:49:28 +05:30
workflow.png Add Interval node docs 2020-07-16 11:56:00 +02:00

permalink description
/nodes/n8n-nodes-base.interval Learn how to use the Interval node in n8n

Interval

The Interval node is used to trigger the workflow to run in regular intervals of time. This node is a Trigger node.

::: tip 💡 Keep in mind If a workflow is using the Interval node as a trigger, make sure that you save and activate the workflow. :::

The Interval node has two fields:

  1. Interval field: This is a numerical field where you can specify the interval after which the workflow should get triggered again.
  2. Unit field: This is a dropdown list which allows you to select a unit for the value that was provided for the Interval field. This field offers the following options for its dropdown list:
    • Seconds
    • Minutes
    • Hours

A workflow with the Interval node

Further Reading