Login hyperlink variables generate customized login links for use in SmartSimple email templates and workflow email bodies.
IN THIS ARTICLE
Login Hyperlink Variables
Use these variables within an email template or workflow email body triggered for a Level 1 record. Each generates a hyperlink that directs the recipient to the record referenced in the email.
| Variable | Mode | Description | Example Output |
|---|---|---|---|
| @objtoken@ | — | Returns a token for use with the instance URL to access the current object in edit mode. | %246F%2FIPCZpdvX%2B1VAxuTxIcGLQuErPi%2FYU3uNRMvTZBjY%3D |
| @objtoken_view@ | — | Returns a token for use with the instance URL to access the current object in view mode. | %246F%2FIPCZpdvX%2B1VAxuTxIcGLQuErPi%2FYU3uNRMvTZBjY%3D |
| @objtoken_loginurl@ | Edit | Returns the full login URL with token, redirecting the user to the object in edit mode. | smart.smartsimple.com/s_Login.jsp?desttoken=%246F%2FIPC... |
| @objtoken_view_loginurl@ | View | Returns the full login URL with token, redirecting the user to the object in view mode. | smart.smartsimple.com/s_Login.jsp?desttoken=%246F%2FIPC... |
| @loginurl@ | — | Returns the full login URL without a token. Redirects to the login page only. | smart.smartsimple.com/ |