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.
Not completely following — what do you mean by “currently within SendGrid” because that implies it’s not a Marketo-owned IP to begin with. Does it belong to your company’s Autonomo...
LinkTool is what you should use for URL manipulation (don’t try to parse URLs yourself).
#set( $url = $link.uri($lead.urlField) )
#set( $void = $url.setQuery($display.alt()) )
#set...
One of our clients recently did a big import of JSON-formatted values into a Textarea field. The result in Velocity, after the usual#evaluatetrick to rehydrate JSON, is equivalen...
There’s no way around it: you need to use the REST API, either called via a webhook-compatible service or via a separate app. There’s no other way to access the query string for un...
OK, the method they’re talking about is Request Campaign (trigger.json) via the API.
To use this, they must have a requestable Smart Campaign to call. Did you provide that campaig...
Thanks for the FlowBoost shout @Jo_Pitts1!
Tbh though, for end-to-end stuff like this I’d build a dedicated API orchestrator service... a Subcomandante Marketos if you will.