Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Ah, one other thing: have you checked duplicate email addresses? (Assuming you may have been looking at Lead IDs when you did your delta.)
If you copy those filters to a standalone Smart List, do the 104 people currently appear in the People tab?
Did you also look for Email Suspended (not Marketing Suspended)?
When I tried creating an email without template and then tried this endpoint: POST /rest/asset/v1/email/{id}/content/{htmlId}.jsonYou want the fullContent.json endpoint.
Postman doesn't export broken code unless the request itself is broken, and the 610 error is exactly what you’d get with an extra line break. Fix the line break, then we'll continue.
Including id means it’s a malformed CSV for the Marketo Engage platform. You cannot write to that field; it’s only valid if you’re using it for lookup, which you’re not. So whether there was a change in output behavior or not, the input was always incorrect. What happens when you do not include id?
OK. Some of those answers are rather open-ended but the general architecture would be like so: Create a “shell” Program that you will later clone using the API. This shell program has placeholders for your smart campaigns, assets, and lists but must otherwise be left empty.In the shell program, crea...
and was told it disappeared and is no longer a featureThat isn’t true at all. Marketo Sales Insights is a feature you add to your Marketo Engage subscription.
The first issue I see is you have an extra line break in your cURL command. The second issue you’ll encounter when you fix that one is you can’t put a Static List in a Folder, only in a Program.
When posting code, you must use the syntax highlighter (“Insert/Edit Code Sample”) for it to be readable. I edited your post this time.