I have an application where I am having anonymous users fill out what I call a “profile”. This profile is created using an xpage. I am hoping to validate the email used in the persons profile by sending a link to the email (this part i can handle) with a url that when visited will trigger some sort of action to set the profile to “Active”.
This is a pretty common practice so I am sure you understand what I mean. I am hoping to avoid having the person click any buttons but if necessary I guess that is fine.
Probably possible for the link to be to a form, with the relevant querystring which can be used in a webqueryopen agent to perform the necessary action. No need for any button to be pressed
Subject: Or simply ?OpenAgent (re: WebQueryOpen agent?)
A web-called agent using ?OpenAgent can access QueryString as well, so simply construct the URL for the activation email body with a unique key back to the profile and read it in the agent to do the activation logic.