Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Sandford's got you covered. Obvious tip, but make sure you've selected Response Type: JSON in your webhook settings
As in... you want to understand the marketo -> SFDC sync architecture? You can try asking your CSM for it... Is there something specific you're after that you're worried about?
alternatively, call a webhook to an external service that standardises phone numbers and score afterwards
That is the munchkin init script, except it looks like you're loading it from your own server since the version is still 156.If you go into admin, look for your munchkin embed code and follow the script url ('//munchkin.marketo.net/munchkin.js '), what you pasted is what you get but version 159 goin...
you may as well as just build the front end how you're used to and submit all info in the end via a hidden marketo form.
dynamic content with a redirect or auto trigger click submit on KV form dynamic content:If your landing pages are marketo ones, set up a segmentation that has email address is not emptyuse this segmentation for dynamic content on your landing pagesuse a javascript redirect to the thank you pagetrack...
most common cause is field security settings in SFDC for your sync user. check your sync user's permission sets and field security access for all account fields. make sure it has write access.
were you looking for this? https://developers.marketo.com/rest-api/endpoint-reference/lead-database-endpoint-reference/#!/Activities/addCustomActivityUsingPOST
Yes Marketo can create tasks in SFDC, but it doesn't record the id of the task it just created so you can't go back and change that task. What you see in the activity log of a Marketo record where a task/activity is referenced is due to the record being linked to the task via the whoid on the task -...
We use marketo smart campaigns to identify if it's a re-engagement or net new lead (lead to account matching is on the roadmap but we don't have that yet). If net new lead - lead is assigned to SDR queue. If re-engagement, an email alert that goes out the current sales owner. To track progress, in a...