Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi Marketo Nation, I am using the following endpoint to update an image within the email content: https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Emails/updateEmailComponentContentUsingPOST POST /rest/asset/v1/email/1234/content/header_image.json withtype=Image...
Interesting, it seems to work. Using the `checkboxes` instead of the `checkbox` type would allow me to set an arbitrary value - e.g. 'true' or 'foo' - for checked string values, and the unchecked value is by default always saved as 'false', right? Why would it make a difference to use "true" instead...
Hello Marketo Nation,I've got a form field of type string, which is embedded as a checkbox. Upon form submission, it's either saved as "yes" or "no" to the Marketo Database. However, I want it to have "True" and "False" respectively. The field is synced with another platform, so ideally this mapping...
Hi community, I get the feeling that the API endpoint `rest/v1/activities.json` returns empty results in the `Link` field for email clicks, if the email link has been a program token like `{{my.url}}`, and it only returns the actual clicked url, if the url was hardcoded into the email in the veins o...
Hello community,I want to edit an API user. However, when trying to do so, Marketo says "You cannot edit an API user that is being used in API service". Does that mean, there's a non-expired access token for that user out there? I'm unsure on how to debug this, and finally edit the user; it is used ...
Another option that came to my mind was using a smart list, which contains the addresses in an "is" condition. I have read that the textarea for each filter is limited to 50,000 characters, so a filter could contain ~2K addresses. And one could "any" a few filters together. Main question is probably...
Thanks @SanfordWhiteman - I think you are right: while it's good to know about DU, it might not be best suited to 100% prevent specific email addresses from never getting emails again, which the purpose of the suppression/blacklist is. A webhook-based solution is something I haven't thought of, yet....
Hi Darshil,Thanks for the suggestion, which sounds good to me. When I import the static list of email addresses, would this create a new person entry for each listed email address in the main database? Because that's something I would like to prevent if possible.
Hi Nation! From our past email service provider, I've got an exported list of a few thousand email addresses, which must not receive any emails - also not via Marketo. What is the Marketo way to ensure that persons, who exist today in the database, as well as persons that might get into the database...