When a user clicks a link in an email sent from Appian, a user interface should be displayed even if the user does not have an Appian account or access to the Appian portal. Additionally, upon accessing the link, certain backend processes need to be triggered to handle the request.is this possible ?
Discussion posts and replies are publicly visible
Dinesh Arumugam said:if the user does not have an Appian account or access to the Appian portal
Only possible via Portal.You must use an Portal to display the interface anonymously to users without an account, and trigger the backend process (using Web API) when they interact with the page.