Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions main/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3547,7 +3547,7 @@
},
{
"tab": "Events Catalog",
"href": "https://auth0.com/docs/events/"
"pages": ["docs/events"]
}
]
},
Expand Down Expand Up @@ -6638,7 +6638,7 @@
},
{
"tab": "Events Catalog",
"href": "https://auth0.com/docs/events/"
"pages": ["docs/events"]
}
]
},
Expand Down Expand Up @@ -9729,7 +9729,7 @@
},
{
"tab": "Events Catalog",
"href": "https://auth0.com/docs/events/"
"pages": ["docs/events"]
}
]
}
Expand Down
20 changes: 20 additions & 0 deletions main/docs/events.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Events Catalog Overview
sidebarTitle: Overview
description: Events provide an API-based method of synchronizing, correlating, or orchestrating changes that occur within Auth0 or third-party identity providers to external apps or third-party services.
---

## Use cases

Events are real-time notifications about specific actions – initially changes to a user and organizations, but eventually others – that have occurred within your Auth0 tenant. You can create event streams that listen for these events to orchestrate asynchronous changes (i.e., changes to an entity or flow that have been completed) in Auth0 and forward them to one of many destinations for external processing. Events support a variety of use cases, including:

* Sending emails to new customers to welcome them or ask them to verify their email address.
* Monitoring user lifecycle changes so that you can update CRM (customer relationship management) or billing systems.

## Resources

| Read... | To learn... |
| --- | --- |
| [Create an Event Stream](/docs/customize/events/create-an-event-stream) | How to get started with an Event Stream. |
| [Event Testing, Observability, and Failure Recovery](/docs/customize/events/event-testing-observability-and-failure-recovery) | How to test and manage your active event streams. |
| [Events Best Practices](/docs/customize/events/events-best-practices) | Best practices for working with events. |
Loading