MCSA guy who likes to hang out in the community going through the people's opinions, thoughts about the product and also answering questions/issues for fellow Marketo users. Have built few custom connectors for integrating the Marketo with other Adobe Marketing tools like Analytics, AEM, Target for extending Marketo's functionality. Have extensively worked on Marketo APIs along with the org level Marketo setup. Let's connect for a discussion on anything revolving around MarTech. ;)
Well, there is no OOTB solution to achieve this IMO! This is currently in theOpen Ideas state. There’s a scope to customise the FWDed email body using velocity though- refer Sandy’...
You can deploy custom a form JS to accomplish this. Below is the sample code FYR.
<script src="//xxx-xxx-xxx.mktoweb.com/js/forms2/js/forms2.min.js"></script>
<script>
MktoForms...
We implemented something similar for one of our clients recently where we created duplicate lead records when corresponding contact record hit the QL stage, instead of relying on M...
With emails being the prime content of your Engagement program, you can probably use custom tokens extensively in your emails for all the dynamic/editable fields. Upon cloning this...
Off the top of my head, here's what you can do -
Create a custom text {{my.passcode}} token local to your program (add a placeholder default value as the token value).
Create an e...
Great post, thank you@Jacqueline_Hess! It would be great if instead of overwriting the reason field for every soft bounce if we build a history of soft bounces along with date stam...
Hey@dcreagh,
The update smart campaign endpoint let's you update name and/or description of the smart campaign. There's a campaign schedule endpoint that let's you schedule the sma...
@fishmatt33As of now the process of running the application is not automated, but certainly a cron job can be setup for the same to automate the exporting the data out of marketo a...