I have the client request to show the permalink-Version of a mailjet campaign inside the clients website. So instead of going to the standard online version mailjet provides, I need to pass this uri or some identifier to some page on the website. What I already tried is http://mywebsite.com/[[PERMALINK]] and it does exactly what it should, but as the permalink isn't url-encoded, this call breaks for sure.
Another idea would be to pass some campaign_id to the website and get the rest of the information from the api but where to get it from inside a template?
Does anyone have an idea on this?