Triggers
Triggers are the starting point of your Flow. They define when a Flow should start running. This can be scheduled, when a user clicks a button, or when a Provider event is triggered. Triggers are essential for automating processes within your App.
Types
- Superflow Triggers: These are triggered from within Superflow and are categorized as Backend Triggers.
- Client Triggers: These are triggered from within the user's session and are categorized as Frontend Triggers.
- Provider Triggers: These are triggered from within a connected Provider and are categorized as Backend Triggers.
Trigger and Action Combinations
Trigger and Action Combinations
It is important to understand that Frontend Actions (e.g. running custom JavaScript code or updating the UI), cannot be initiated from Backend Triggers because there is no active session with the user's browser.