Triggers

Triggers

Triggers initiate workflows and can be either polling-based or webhook-based.

Types of Triggers

1. Manually Run

Use a Manually Run trigger to allow humans, agents, and other workflows to trigger your workflows.

2. Apps

Apps have two types of triggers - Polling and Webhooks

App Polling

  • Start Plan: Checks for updates every 15 minutes.
  • Professional Plan: Checks for updates every 5 minutes.
  • Team Plan: Checks for updates every minute.

App Webhooks

Webhook triggers fire instantly once our servers receive the trigger from the app.

Note: Choose your plan wisely based on how frequently you need your triggers to check for updates.

3. Recurring Schedule

The Recurring Schedule trigger allows you to configure a schedule to trigger your workflows on.

4. Listen for Webhook - Custom Webhook

Send an HTTP Request to your workflow's webhook link to run the workflow.