Event Stream Actions are logic-based functions that execute asynchronously when specific events occur within your Auth0 tenant. These are non-blocking actions and won’t impact the latency of your user’s experience. Each Event Stream Action is associated with an Event Stream, and listens for a pre-defined set of Event Types (for example, successful logins, password changes, or user deletions). When a subscribed event occurs, the Action is triggered. Unlike Login or Pre-Registration Actions, Event Stream Actions run in the background and do not affect the primary transaction of the user.Documentation Index
Fetch the complete documentation index at: https://auth0-feat-docs-5498.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Triggers
Event Stream
Theevent-stream Actions are functions executed when subscribed Event Types happen.
References
- Event object: Provides context for both Event Stream message and Action execution.
- API object: Provides methods to modify the flow behavior.