What types of triggers can start a sequence?
Overview of all trigger types in Dranseq.
1. App Triggers — fired by events in connected apps
- New email in Gmail
- New row in Google Sheets
- New record in Salesforce
- New order in Shopify
2. Webhook Triggers — receive data from any external source
- Custom URL that accepts POST requests
- Great for connecting services that Dranseq doesn't have native support for
3. Schedule Triggers — run on a time-based schedule
- Every X minutes/hours/days
- Specific days of the week
- Custom cron expressions
4. Manual Triggers — run on demand
- Click a button to execute
- Useful for testing or ad-hoc tasks
Each sequence has exactly one trigger. If you need the same actions for different triggers, create separate sequences or use a webhook as a shared entry point.