Skip to main content
mshealy
Established Contributor
Established Contributor
August 16, 2024
Solved

email body needs to include a link to the envelope task

  • August 16, 2024
  • 12 replies
  • 335 views

How can i get a link to the envelope task in the email body so that people that are assigned to the task can go right to the task or to the document?

Best answer by Pawan Gangwani

Okay Understood,

Try this one: <a href="<%#System.Link%>" class="btn" >Task</a> 
and paste it on the different line like shown in SS below:
 

 

12 replies

Pawan Gangwani
Hero
Hero
August 20, 2024

Okay Understood,

Try this one: <a href="<%#System.Link%>" class="btn" >Task</a> 
and paste it on the different line like shown in SS below:
 

 

Way to Learn | I'd love your feedback | Hit Like | Mark it Best🌈
mshealy
Established Contributor
mshealyEstablished ContributorAuthor
Established Contributor
August 20, 2024

That worked.  Thank you

Denise