Skip to main content
Solved

Add button to email template

  • June 5, 2020
  • 2 replies
  • 463 views

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. 

Best answer by ricardo-borges

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.

2 replies

ricardo-borges
Pipefy Staff
  • Pipefy Staff
  • 10 replies
  • Answer
  • June 5, 2020

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.


Forum|alt.badge.img+4
  • Inspiring
  • 68 replies
  • July 9, 2024

Hi @ricardo-borges need your help with creating 2 buttons to the email (Approve and Reject).

What link do I need to insert as I need to mirror the Radio Select options.  Please can you also provide screen shot examples thanks