Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 630 Bytes

File metadata and controls

10 lines (7 loc) · 630 Bytes
title Events
description Use real-time notifications of events on your Auth0 tenant to orchestrate changes to external apps or third-party services.

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.