/
How to Create Button in Email Template

How to Create Button in Email Template

You can use CSS to style an href into a button in an email template using the following code as an example:

<table cellspacing="0" cellpadding="0"> <tr> <td align="center" width="300" height="40" bgcolor="#00ff00" style="-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #ffffff; display: block;"> <a href="$baseURL$/pricefx/$partition$/directaction/approve/$workflow.externalActionToken$?output=html" style="font-size:16px; font-weight: bold; font-family: Helvetica, Arial, sans-serif; text-decoration: none; line-height:40px; width:100%; display:inline-block"><span style="color: #FFFFFF">Approve the quote now</span></a> </td> </tr> </table>

This will result in this button in the workflow email:

 

Related content

Message Templates
More like this
How do I set direct approval/denial via email without intermediate step?
How do I set direct approval/denial via email without intermediate step?
More like this
How to use input fields from Configurator in email template?
How to use input fields from Configurator in email template?
Read with this
Message Templates
Message Templates
More like this

Found an issue in documentation? Write to us.