Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
can you share your test payloads and responses and any screenshots from the UI
@Jay_sandbox_Sin wrote:Business need to track Marketo token {{campaign.name}} in Marketo Form. is there any inbuilt option offered to directly trace campaign token in Marketo Form. Market leader do not want to update campaign name token every time in campaign flow. hence, looking for direct approa...
Marketo would need to be able to read the SFDC User object field isActive, which it can't, to be able to make a decision.A solution would certainly need to be deployed in SFDC - likely an Apex trigger for when a task/activity is created, check if owner isActive = trueA solution would certainly need ...
As pointed out above, operational email behaviour and Smart List qualification are independent functions of Marketo. A smart list will find everyone that matches the filters/criteria you specify.An operational email send will send to everyone that the smart list finds. If you don't look for people w...
It's super hard to code a decent looking HTML email that's compatible across all email clients and device types.You will need to use something more comprehensive than the marketo previews to test your email code, like Litmus, and adjust your code accordingly. Note the type of device and the client/...
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