Skip to main content
Events are real-time notifications about specific actions that have occurred within your Auth0 tenant. You can use events in two ways:
  • Event streams: Create event streams that execute on specific events to orchestrate asynchronous changes in Auth0 (like changes to a user or a flow that has completed) and forward them for external processing.
  • The Events API: Receive events as Server-Sent Events (SSE) stream as a pull-based alternative to event streams.