Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I've been tasked with sending an email to a large number of people were the text in it is specifically tailored to each recipient. I'm not sure the best way to go about this so I'll lay out ideally what I'd like to happen and I'm hoping someone can point me towards a solution.1. I set up an email te...
It would appear I spoke to soon. Earlier, when I said it was working, I was just doing a preview view of the email in question, adding my own email address so my Marketo ID popped up. Mousing over the link in the preview window showed the appropriate URL (www.website.com/?m_id=12736459). Afterwards,...
Oh wow, that did the trick! I swear, it's never straight forward to do the things I want in Marketo.Thanks SanfordWhiteman! Your knowledge is always appreciated. For real though, Adobe should pay you to rewrite all of their documentation. Whenever I can't find an answer there, it seems you've alread...
I've built an email where most of the content is generated inside of a script token. This token uses a For Loop (and information from the customer's profile) to generate a bunch of CTA's that the customer can click on. This all works fine; I just needed to explain that the For Loop inside the token ...
Aaah, thanks for clarifying. That part of my code works now. I really wish there was more documentation about Velocity scripting inside of Marketo. I tried emailing Marketo Support for help and they basically told me they couldn't troubleshoot Velocity script tokens because it's just something they ...
Got it. So that attribute should be in there and it isn't. I guess I'll get on Support's case about that.Below is the whole token after I made the changes you suggested. I'm not expecting the "Lead Owner" stuff to work with this iteration, but at the very least I still expected the if/then statement...
When you say, "choose them from the tree," I assume you mean this menu inside the script token editor right?I've expanded every single option in there and I do not see the values I'm trying reference. I know they exist because if I just drop either one into an email, they populate normally. It's onl...
I have a paragraph inside an email that needs to be altered depending on certain lead attributes. I created the following token that successfully changes which paragraph is displayed, however it doesn't fully work.#if( ${lead.Layer__c}== "Base")
Reach out to your recruiter {{lead.Lead Owner First Nam
...I appreciate the insight on the matter. Unfortunately, my IT/Security team won't allow me to make use of a random extension on Github, which I suppose I understand. I'm working with someone internally on this and will post again if we come up with something.
I've been tasked with something that's a bit out of my depth. Here's a quick rundown of the process I'm supposed to enact:1. Person gets email with a link to fill out a Gravity Form on our own website2. Marketo sends data about the person (including their email address and some other attributes) to ...