Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How To Make a URL Link Simple

adithya
Contributor
March 24, 2022

Hi,

i have automation email that contain a link like "https://www.google.com/search?q=atlassian&oq=atlassian&aqs=chrome..69i57j46i131i199i433i465i512j69i60l3j69i65l2j69i60.6555j0j7&sourceid=chrome&ie=UTF-8"

how to make it simple ? just click "LINK HERE" to access that url.

thank you

1 answer

1 accepted

3 votes
Answer accepted
Mark Segall
Community Champion
March 24, 2022

Hi @adithya 

Automation email bodies need to be formatted in HTML.  You would use this:

<a href=https://www.google.com/search?q=atlassian&oq=atlassian&aqs=chrome..69i57j46i131i199i433i465i512j69i60l3j69i65l2j69i60.6555j0j7&sourceid=chrome&ie=UTF-8>LINK HERE</a>
adithya
Contributor
March 24, 2022

Hi @Mark Segall ,

 

Thank You! it work well

Suggest an answer

Log in or Sign up to answer