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.
I meant predefined Zaps and predefined actions as well. You need to write a custom action. It's not that Zapier "can't access" anything on a technical level, it's that they choose ...
Zapier’s prepared Zaps are just canned calls (or sequences of calls) to the REST API. It doesn’t have any special magic access to Marketo.
But the problem with Zapier — as with a...
You should use a Program Member Custom Field, not a Person Field.
PMCFs allow you to store different {{trigger.web page}} values for the same person simultaneously.
Also note {{t...
Missing some crucial info here. What are some sample values stored in the cruiseURLfield? What outcome are you seeing?
There’s nothing syntactically wrong with your code but of c...
Yes, UploadCare or equivalent.
Unless you want to store small files in a Base64-encoded TextArea field, i.e. they’d have to be < 20KB before encoding for that to work.
Well 1st, you should be escaping reserved Velocity symbols or you will get unexpected results. Also setting your value to an empty object by default doesn’t make sense if the expec...