I need to add some params to all links from a Mandrill template before sending.
For example, in the template there are anchors like <a href="http://google.com>click here</a>"
.
What I need is to add a string (set of params to every anchor), like this: <a href="http://google.com?param1=value1¶m2=value2>click here</a>"
, dynamically
Is there a way to do it through the API? Something similar to X-MC-GoogleAnalyticsCampaign which adds the utm_campaign param.