Use this file to discover all available pages before exploring further.
Events are currently available in Early Access. To use this feature, you must have an Enterprise plan. By using this feature, you agree to the applicable Free Trial terms in Okta’s Master Subscription Agreement. To learn more about Auth0’s product release cycle, read Product Release Stages.
The following sections provide information about testing event streams and managing events.
After you create and enable an event stream using either AWS EventBridge or webhooks, you can test the new stream. Currently, Auth0 does not support sending events to disabled event streams.To test your event stream, first create a user for your application by running the following with your preferred credentials:
Auth0 CLI
cURL
auth0 users create # follow prompts to create a test user
After the user is created, it should trigger the user.created event in your event stream and return a response. In this example, webhooks are used to facilitate the event stream.
To ensure the reliability of event streams, implement a monitoring process that periodically checks for delivery failures and triggers alerts when necessary.
Event delivery will automatically retry. To learn more, review Best Practices.If failures occur, use the Redelivery API to attempt event delivery again.