I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
As long as it's formatted correctly, that link will show up in my Email link performance report?
Of course. What use would it be otherwise?
If so, and if the URL is the same as ...
Well, the alerts are running in the context of each new joiner. So not seeing why there'd be a problem with multiple joiners in the same period of time, they're separate records.
Hmm, this is tough out of the box.
Can you send alerts instead of emails? That would make it much easier, since the alert can go to the {{lead.Sales Owner Email Address}} or other...
Well, “empty” and “blank” are the same thing. You probably meant null which is technically different in the database.
When you say “token”, do you actually mean the value of a Per...
Indeed, and FlowBoost has a proper parsing function built in (you can also use a regex of course):
emailParts = FBUtil.string.partsFromEmail({{lead.Email Address}});
emailDomain = ...
Please show the Activity Log entries that you believe should trigger this campaign. Specifically, is ConsentEmailsAllowed set to true when the person is created, i.e. not a moment ...