Sendgrid: How to add a dynamic link to an email template?

looks like the cause of this issue is due to not including the http/s prefix to your link. Please change your dynamic variable from "cms.mywebshop.com" to "http://cms.mywebshop.com" or "https://cms.mywebshop.com". Pretty sure this should resolve your issue. Please let me know.

I was able to test not having the http/s prefix on one of my href's and although the tag did not appear as show as plain text, it did fail to forward. It's possible that the folks from Sendgrid made it so the link is shown as plain text for troubleshooting purposes.


Sendgrid is replacing your link with a intermediary redirect for click tracking. This user experienced the same issue. From the Sendgrid dashboard, go to Settings->Tracking and click the edit icon on the right for Click Tracking, and disable the feature.