User Creation Information: I need to add the user's creation date in the user info at the time of account creation. What's the best approach to update user info during creation, either through the frontend or backend?. I want to implement an in-app guide for new users during their first session or first hour of their initial login.
For IDP logins (like "Login with Google"), first-time users can bypass the registration process, making it difficult to identify when to send the welcome email.
API Usage Optimization: If Actions aren't functioning, we'll need to make additional requests from the frontend/backend, increasing our API usage. How can we minimize API calls in scenarios requiring authorization, grants, etc., as our dependency on Actions might increase in the coming days? Is there any plan to extend it for custom ui login as well.
you can trigger a mail sending out of the "login code" you have
I am not sure I understand this fully, but given you build your own UI you can control already how many calls you make to our API.
REST Call Target with a Function Action TriggerREST Webhook with an Event Action Triggeruser.human.selfregistered, right? Since the custom login UI uses the sessions API and works slightly different from the hosted one, you might need to check a different event. user.human.addedsession.addeduser.human.password.check.succeededsession.user.checkedsession.password.checkedsession.lifetime.setsession.token.setauth_request.session.linkedauth_request.code.addedauth_request.code.exchangedoidc_session.addedoidc_session.access_token.addeduser.token.v2.addedauth_request.succeededuser.human.added. As you see, it no longer triggers the user.human.selfregistered event.Function Action Triggers , are they working on the custom-ui?REST Call TargetFunction Action TriggerREST WebhookEvent Action Triggeruser.human.selfregistereduser.human.selfregistereduser.human.addeduser.human.addedsession.addeduser.human.password.check.succeededsession.user.checkedsession.password.checkedsession.lifetime.setsession.token.setauth_request.session.linkedauth_request.code.addedauth_request.code.exchangedoidc_session.addedoidc_session.access_token.addeduser.token.v2.addedauth_request.succeededFunction Action Triggers