Hi! I am new here.
How to link the following text with a URL of the corresponding record when sending html email using sendgrid.
<a href="{SM}">link text</a>
The above outputs blank, where as just {SM} output the url. I don't know how to hyperlink it to that text. Thank you!
--
I would also like to know if there is a possibility to have a button on each record when clicked the email for that record is sent to the person on the record. I have an html email that variables from that record will be used in that email. Right now, I am doing the sendgrid extension to send emails to all records in a view with a filter. Thank you!