Hi team! I'm trying to implement a New Device Notification system (sending an email via Amazon SES when a user logs in from an unrecognized browser).
I'm using Actions V2 with the event user.human.password.check.succeeded. However, the event_payload I receive in my webhook is empty {}, and I can't find the User-Agent or Remote IP in the context.
Is it possible to get the HTTP context (UA/IP) directly within an Action V2 / Webhook?
Thanks!!