Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
So you're suggesting there is no solution?I read your blog but the thing is these different links are already embedded in the the email template and if I try to generate all the links (approx. 15) in my velocity instead of embedded them as raw, then it will get very complicated for our current setup...
Hi,I have a velocity script that outputs a certain value (say $value = 'abc') and I want to use this value in different links as a part of url parameter string.I have 3 links that are generated from a different token for the website's child page name. For e.g.:link1: https://www.example.com/{{my.pag...
Hi Sanford,Hope you're doing good. We could really use your help here. We tried to figure out any encryption methods using velocity but failed to do so or find any relevant use case online. Here we have a little experience in velocity and thus looking for an expert who could at least guide us if not...
Thank you for your reply Sanford, really appreciate your help here. Just one quick question. Is the velocity script that you've written here : SHA-256-ing an email address in Velocity is only for SHA-265 hashing or can we use/modify it for AES encryption?Thanks
Thank you for the reply Sanford, and I apologize for responding so late (was absent from work), but here's the update from the original requester. They want to do something called advanced encryption standard, they want to have a symmetric encryption implemented between Marketo and their system (whe...
So the use case is that the unsubscribe page is non-marketo and when a user clicks on the unsubscribe link in the marketo email, the user's email address is passed along the mkto token, and the requirement is to encrypt that email address which will be further processed in the unsubscribe page as pe...
I have a requirement where the client is asking to encrypt/hash users' email addresses in the unsubscribe link in any marketo email. Can we do this in Marketo, and if yes, then can anyone share their knowledge on how to implement this in Marketo? Would be a great help
Hi Sanford,Thanks for your reply. So, I've found the solution and it's working fine, except when special HTML characters and latin characters are involved. The same function that does all the html encoding and string replacement, easily stores the content in the tokens (rich text), but it won't upda...
Now, here's the weird thing. The email I'm trying to update via API is in a program that is cloned from another program (also via API), and I get this error. If I take any other email in a program manually cloned from the other program or any email with editable sections, I get success as 'true', an...
So I see in the http://developers.marketo.com/rest-api/assets/emails/#update_editable_section part where it is mentioned that the data is passed as x-www-form-urlencoded and not JSON. I tried to pass HTTP headers as:curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/x-www-form-url...