Notifications from auth0 to app

Hello team,

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?

If yes, could you please provide an example?

Thank you.

Hi @md.h,

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.

See our documentation below for more details:

If you have any questions, feel free to ask.

Thanks,
Rueben

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.