Trying to link user from email to specific page in protected app

Hey @scott14 !

Are user’s redirected to this page successfully if they are already authenticated? In terms of redirecting user’s throw in the authentication flow you might want to look into using a simple action:

Alternatively, handling this redirect upon successful auth in your app code directly might be an option.