Core trigger types
Workflow Machine includes several important trigger patterns that are useful across many workflows.Webhook
Use Webhook when another system should send data directly into the workflow. Best for:- custom integrations
- internal systems
- event-driven external tools
Schedule
Use Schedule when time should start the workflow. Best for:- recurring digests
- periodic syncs
- recurring checks
RSS
Use RSS when the workflow should react to feed updates. Best for:- research monitoring
- content tracking
- industry update digests
App event triggers
Many integrations expose app-native trigger patterns. Best for:- inbox-driven workflows
- file event workflows
- form-response workflows
- record-change workflows