Ability to add button in email templates instead of just hyperlinks
complete
Geoff Mina
complete
the email template builder now has a button to add a button. This will use the colors from your branding in the client portal as default, but you can switch using the fore/back color options in the text editor.
Click the link icon to choose what token (or hard coded URL) you want and what label for the button you need.
Geoff Mina
planned
Ryan Shepherd
It is rather time consuming to hand-code buttons.
Geoff Mina
You can do this today, just requires you to click the little <> icon in the email template editor. Not fully "productized", but you can certainly add a button if you want.
<a style="background-color: #5c00e2; padding: 16px 24px; border-radius: 8px; color: #fff; text-decoration: none;" href="{{Your.TokenHere}}">View your proposal here</a>
Geoff Mina
Will look like this:
L
Lindsay Ropella
Geoff Mina: Thank you. Yes! That does work. And definitely can go that route as I did with one of my emails (see below). It looks so much nicer in my opinion than just a text link as I had previously! Just a little clunky to have to go into the source code for the whole email and add it in every time I want a button and have to manually go grab the token as well. Certainly not a make or break by any means! And I appreciate the feedback on this post. Perhaps with the newly added feature to duplicate emails the process will be easier/faster now, yay!