Hi,
I’m creating a custom action that sends our users an email whenever they log in. I have the code working by utilizing a local secret created in my custom action.
My issue is that I now have two places where I’ve entered my SendGrid api key in Auth0. Its entered in:
- User Management → Branding → Email Provider
- Actions → Library → Details → MyAction
Is there a way I can access my SendGrid api key that I entered into User Management → Branding → Email Provider in my custom action via event.secrets.SomeKey or some other mechanism?
Thanks