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.
It's not more secure in any way.The path and query of an https:// URL are never passed in plain text. Ever. They are as secure as the body of a POST request. You would need to hack...
clientid and secret are exposed to internet when pass them as query parameters
In what way are they “exposed”?
Anyone who can intercept the TLS connection between your back end ...
The hard part of email design is cross-client compatibility. Enhanced effects work in some web and mobile clients, but you need graceful degradation to HTML 3.2-era stuff, gotta ...
Yes, you've got it. “In past before <N> days” means “before <N> days ago” (although you should also look out for empty values in date-related filters).
Can't make a direct suggestion due to community guidelines. But it could be a general webhook-as-code framework, or one custom-built 'hook (AWS Lambda, Azure Function, etc.). Very ...
This isn’t possible unless you use a webhook-compatible service to help.
We do a lot of stuff like this, querying for other leads in the same “lead group” as a lead (not a formal ...
You’ll find the cause is that you have multiple forms (3 different form IDs) on the page.
The builtin reCAPTCHA feature isn’t supported with multiple forms at once. It only works ...