Is there a way to get a notification from auth0 in my C# app after a specific action? for example, if a user accepts an invitation to an organization, can I get a notification or an event in my c# application?
Absolutely! You could set up custom log streams using webhooks, allowing you to receive notifications for various log events, including when a user accepts an invitation to an organization.