Management API trigger custom events

We are streaming the Auth0 logs to our own datastore and that works like a charm.
Not only the default S and SS events are streamed, but some custom events as well.

However we’re starting a new project, where a scheduled task will execute actions with Auth0 users.
Is there a way that via the management API we can log these interactions as a custom event as well, so that it pops up explicitely in the data stream?

Hi @Threesa

Welcome to the Auth0 Community!

Thank you for posting your question, and apologize for the delay in the response. Based on your response, have you checked out the Events feature, which is currently in Early Access?

https://auth0.com/docs/customize/events/event-types

You might be particularly interested in the user.updated type, which is published each time a user is updated.

You can read more about that here → Events

Thanks!
Dawid