Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Is this beta available to any additional testers?
@Regie K, what @Takehiro M is describing is a shortcut for uploading the image into your Marketo instance + linking to it in one step. It still is a hosted image -- Mkto doesn't support embedded images.
Don't know about a trigger, but if you control the webhook, you can keep a counter on the webhook side and then return an error after n number of requests. Of course this won't stop the webhook from being called, but it will stop it from modifying/launching anything.
@Regie you can't embed images into the email body. You can only link to images stored on a webserver (your own or Marketo's).
It's easy peasy with the Forms API. You have to be comfortable with JS, of course.
What's the ETA on that API?
There is no API call to extract content, sadly.
@Chris Y Rather than setValues() (nor its alias vals()), you want addHiddenFields().
@Bruce J definitely a good point... offboarding employees doesn't need any more complexity!Of course, we don't really know why the OP's company wants to use Marketo for internal emails -- could be just the HTML builder, or it could be click tracking and the ability to filter and segment. Not all of...