Manual Trigger

Run a workflow on demand without inputs

The Manual trigger adds a Run button to your workflow. Use it when you want to execute the workflow immediately without collecting extra data.

This is a manual trigger. No configuration needed — just click Run.

Configuration

No configuration required. The manual trigger has no input fields and produces no outputs.

When to Use

  • Quick sanity checks and smoke tests
  • Workflows that only rely on internal variables or external API calls
  • Development and debugging

Need structured input? Use an Input Form trigger instead.