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
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>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.