Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I ran into some new ones today -- 600 for "Empty access token - An Access Token parameter was not included in the request" and 611 for "System error - All unhandled exceptions." It looked like it lasted for at least an hour before correcting itself, but this definitely seems to suggest Marketo is ha...
I reached out to support and got the following response:There may be more data being called which is causing these errors. There has not been any changes on the Marketo side but if you could screenshot the calls that are causing this error I may be able to assist further. It seems like the errors ha...
Not sure if it's just me or not, but I've seen an increase in 604 (request timed out) errors in the past week or so. They're coming via a custom API solution that had run fine for about a year prior to this. The errors are still relatively infrequent in context of how many calls are being made, but ...
Makes sense, definitely doable just sounds like a lot of work upfront to make it automated and scaled. Thanks!
Bummer. So basically this is going to be a pain to accomplish and I should rethink what I'm doing with my life?
I started down the BulkExport route you recommended, but I hit a wall when I try to use a filter of "createdAt" with a "startAt" of one month and an "endAt" of another.[message] => Date difference is > 30 for createdAt At the moment I was just trying a test of anyone created within a 60 day period, ...
I'm trying to use the Leads endpoint to loop through every Marketo record (300 at a time), but I'm not sure how to use a filter that will retrieve everything.I tried using a custom checkbox field (Marketable__c), and passing in the filter values of 1 or 0 (ie the only two possibilities), but I get a...
That's right, Dan. Per Josh, sounds like the wait step is the only option here -- I just hoped to avoid delaying everything longer than absolutely necessary.
I'm assuming the normal behavior of a Request Campaign flow step is to run the requested campaign (Campaign B) in parallel with the campaign that requested it initially (Campaign A)? Is there a way to tell Campaign A to pause its flow until Campaign B has finished its flow?Essentially there's depend...
No particular reason -- just overthinking things. In general, it'd be cool to be able to carry a token through every step within a flow, even if that's into new campaigns via Request Campaign.