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.
This is a sensible ask, but it’s quite technically difficult to implement.
We’ve done this with Outreach and Marketo by calling the Outreach API at the close of every day, queryin...
Remember to search first. There are tons of past posts on subjects like this.
In this case it’s as simple as:
#if( !$lead.FirstName.isEmpty() )
Hello ${lead.FirstName},
#end
No, there's no way for a form submission to not create a lead, and lists can only contain leads.You can of course send an Alert externally with all the lead's form data, then delet...
You were calling a couple of nonexistent methods in there — make sure to use the DateTool/ComparisonDateTool docs. Plus constantly dereferencing the first Account was giving me a h...
All you need do is add a Hidden field set to Autofill from the Query Parameter.This doesn't disrupt anything and works equally well if the whole form is hidden via CSS.
Well, every API in the world is limited. Limitations are really what define an API: the features of the underlying infrastructure it chooses to expose. Otherwise we’d be back to hi...
The problem with this effort is you didn’t prepare your system for it in advance.
You shouldn’t purge people who didn’t have a chance to click an email because you didn’t send the...
... using {{my.token}} at the program level as in would it be possible to have workflows transpose the field values and tag {{my.token1-doc name}} and {{my.token1-doc-url}} to get ...