Best answer

Covert a URL link into a text format? ie. 'click here'.

  • 4 October 2022
  • 2 replies
  • 4177 views

Hi, 

I’m using Zapier to fil various variables into an automated email. 

in the email I want to send, I have a generated URL payment link ie (http//:secure.stripepaynow.com) - (The input)

 

I want to convert the link (the input) into a ‘hyperlink text’ ‘Pay Now’ - (The output)

The text needs to still be a a clickable hyperlink to the input URL.

 

any ideas?

icon

Best answer by Troy Tessalone 4 October 2022, 03:18

View original

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

Hi @Camhall3 

The email will need to be coded in HTML.

Help reference: https://www.w3schools.com/tags/att_a_href.asp

 <a href="https://www.link.com">Click Here</a> 

 

Userlevel 7
Badge +9

Hey @Camhall3 just checking in to see if Troy’s suggestion worked for you. Let us know!