The Wait node pauses workflow execution for a specified number of seconds before continuing to the next node. This is useful for rate limiting, adding delays between API calls, or creating time-based workflow controls.

When to Use It

  • Add delays between API calls to respect rate limits
  • Pause before retrying failed operations
  • Create time-based workflow controls
  • Space out email sends or notifications
  • Allow time for external systems to process data

Inputs

FieldTypeRequiredDescription
Seconds to WaitDynamic-numberYesNumber of seconds to pause (1-90 seconds max)

Seconds to Wait

Enter any number between 1 and 90 seconds. The workflow will pause for exactly this duration before proceeding to the next connected node.

Output

Returns a simple confirmation message indicating the wait period has completed.

Credit Cost

  • Cost per run: Free (0 credits)

FAQs