How to set application specific Actions/Flows?

I have a custom action that sets default userMetadata to the user who creates an account. I don’t want this specific default data to be set for all of my applications. How do I create actions that only apply to a specified application?

I have thought about using that action globally and just adding an if statement to seperate each metadata PATCH request to each application but I need a way to identify which application the user is logging into for this. By the way I am using a Login / Post Login Action.

Thanks in advance.

Hey there @benjamin203!

If I’m understanding correctly, you should be able to use event.client of the event object post-login Actions:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.