Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Unfortunately it's one api call per token value you need to change/update. However, depending on your intentions, you can set multiple temporary token values in one trigger smart campaign api call - not sure if this meets your needs.
I think the use case is essentially a custom one-way sync. @ OP, this is typically architected using middleware to PULL the data from the source system via API
this is the most non-technical solution. you don't need a smart campaign each time, you can have a flow with multiple wait 15mins + request campaign flow steps until every 15 minute interval in a day is coverede.g. 96x 15 min intervals in 24 hours = 4 smart campaigns with 24x wait + request campaign...
Yes it's a shame that munchkin associate lead will be deprecated. I hope they replace it with something similar.As for non-form solutions, If you have a CDP, like Tealium, in your stack, that would be the ideal solution. Push the value to the CDP then sync the data across to Marketo.
Pretty sure you can't change flow steps of a smart campaign via REST API.Alternative is to use text tokens in your add to sfdc campaign flow step and update the tokens. You can use the 15 character sfdc campaign id and it'll work
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.