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.
You mean “Can we stop a lead from being imported into Marketo if it exists in Hubspot?”
Technically, no, you can’t stop the import completely. But you can check Hubspot via a webh...
Please define in detail what you mean by "clean" here.It's very easy to end up with multiple Marketo records with the same email address. (For the easiest example, if you change so...
There’s a way, but it’s quite... unpretty.
When something interesting happens, you can write {{system.time}} to a string field usingChange Data Value.That’ll give you the time in ...
Exactly as the other poster suggested (they were only wrong about Email Invalidnot being updateable).
Get Activity Type ID 8, a snippet of the result looks like this:
"result"...
For our existing emails, we don't have any UTMs/identifying information setup, so I was trying to ask if its possible to check form fills for past duration like this quarter/last ...
Do not enclose tokens in quotes.
Adding the quotes (if the variable is a string) is part of JSON encoding. It is done for you in any language/framework that has a JSON encoder.
Of course you could build something like this, but you can't do it securely without basically rebuilding UploadCare. Why would you want to do this, since UC lets you transfer to yo...
Only a fraction of what you're describing is possible using the REST API. For example, Smart List rules are accessible but not Flow steps.You will have to combine API calls to get ...