How to add system Link to email

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Nishan Perera
    Active Community Member
    • Jan 2019
    • 348

    How to add system Link to email

    Hi,

    Is it possible to add system URL to automated email ?

    eg - A user create a task and assigned to user B. And user B will get an email with the task URL and he will able to login to that task with click on that URL

    It would be great to have it so user can click on the link in the email and they can go straightaway to the record itself.
    Cheers!
    Nishan.
  • serqet
    Senior Member
    • Feb 2019
    • 111

    #2
    Originally posted by Nishan Perera
    Hi,

    Is it possible to add system URL to automated email ?

    eg - A user create a task and assigned to user B. And user B will get an email with the task URL and he will able to login to that task with click on that URL

    It would be great to have it so user can click on the link in the email and they can go straightaway to the record itself.
    Go to admin/temlpate manager/Assignment :: Task

    and add <a href="{{recordUrl}}">Show Task</a>

    Comment

    Working...