Hi,
I’m trying to send an email to the sales department whenever there is a new signup.
I want to send only for one application, so I would like to restrict it based on client Name or ID.
I know this param doesn’t exist on event object, but how would you do this:
(all applications are using the same connection)
Thanks!
Hi @nenad.radovanovic,
Welcome to the Auth0 Community!
It doesn’t look like the client name or ID is available in a post-registration action (like you have noted).
Instead, you could have this run on first login with a post-login action, where the client ID is available.
Great! Let me know if you run into any issues along the way.