If you can use the REST API, you could use the update snippet content API to continuously update a single snippet which is placed in your email. i.e. Grab the current contents of t...
There is a ton of content on how to create html emails all over the web. The challenge is creating a single email that is compatible and looks good across multiple clients and plat...
Quite easy to do with some html and javascript knowledge. You would also need some Marketo forms API knowledge.A basic scaleable solution would be to use onclick in the <a> tag tha...
If you must see the program statuses you've set, then you should be cloning an email program for each email to be sent. Multiple email programs can be nested inside a default progr...
If you must - publish the page, visit the page and open your browser's inspector tool to find the class or id for the elements you want to change. In FF, Chrome and IE, you can rig...
Are you able to paste your request body?Regarding the 200 OK response, I think Marketo will send that all the time, you need to debug by looking in the response body for "success":...
We use webhooks to php files to transform Marketo data like standardising phone numbers and States. If you want to go down this path, you'll need a server to host the php file, whi...
Hi, without seeing the actual email template/draft in your Marketo one can only guess. It definitely would not be because of hotmail/gmail/yahoo as Marketo compiles the HTML email ...
Because pre-fill is on, Marketo will look up the current value of unsubscribed (which will be 'unchecked') in the database and will load the form with the checkbox unchecked and wh...