Solved

Add button to email template

  • 5 June 2020
  • 1 reply
  • 252 views

Userlevel 3

How to create a button in an email template? I would like to create a more visible CTA (call to action) on emails I send to external requesters. 

icon

Best answer by ricardo-borges 5 June 2020, 23:39

View original

1 reply

Userlevel 3

Hello Emily! :grinning:
Pipefy’s Email Template function works with html coding.
Having your desired link and a link to the image you want to use as a button you can code it this way into your mail body:

<a href="https://(your link here)"><img src="http://(your image link here)" title="(button text when hovering)"></a>

The result would be a clickable image to your link in the receiver’s email.

Reply