Triggers
Every workflow starts with an event.
Triggers fire workflows the instant something happens. Webhooks for real-time events, schedules for recurring runs, polling triggers for apps without webhooks, app events for first-class integrations, and manual triggers for one-off jobs.
Real-time webhooks
Receive events from any service via a unique URL with optional HMAC verification, idempotency keys, and replay support. Webhook triggers fire workflows in under 100ms.
Schedules and cron
Run workflows on a cron expression, every N minutes, or at specific times in any timezone. Skip on holidays, set concurrency limits, and prevent overlap.
App events with first-class triggers
Built-in triggers for new HubSpot leads, Stripe payments, Salesforce updates, GitHub commits, and hundreds more — no polling, no setup.