ContributionsMost RecentMost LikesSolutionsRe: Marketo Next URL for Lead Programs Any inputs on this please? Marketo Next URL for Lead Programs This is for Marketo. If i hardcode the access token then it works fine. But if i parameterize the access token it throws access token invalid. How do we pass the next URL for getting the nextpage results NextURL: ‘%s/rest/v1/leads/programs/2696.json?’.sprintf(lib.env.marketo.api) + ‘nextPageToken=’+$entity.nextPageToken + ‘&access_token=’ + $original.access_token Any inputs on this please? marketochild_2023_05_12.slp (12.1 KB) Re: Marketo Bulk leads file download in chunks It’s always shows the partial download file complete Re: Marketo Bulk leads file download in chunks Thanks MM But the file is not returning the status once the complete download is complete. I provided the file end point range from 1400 t0 1405… still it takes from 1400 to 1404. Re: Marketo Bulk leads file download in chunks Can anyone have any inputs untill the full download is complete? Marketo Bulk leads file download in chunks I would like to split the Marketo download file size in batches. How do we iterate through the loop untill the file is complete Dynamic Parameter file name in S3 I would like to pass the pipeline parameter as _clearbit_region to S3 file name. It will be dynamic. how should we pass the parameter in filename? Any help would be appreciated Thanks SolvedAdd/Update leads into Marketo using batchsize of 300 I would like to pass 300 leads in one API call. I am able to pass one record and it is working fine. How do i achieve this ? Marketo Developers Leads - Marketo Developers Leads Endpoint Reference The Marketo Lead’s API provides a large set of capabilities for simple CRUD applications against lead records, as well as the ability to modify a lead’s membership in static lists and programs, and initiate Smart Campaign... Est. reading time: 19 minutes This is the sample request. { “action”:“createOnly”, “lookupField”:“email”, “input”:[ { “email":"kjashaedd-1@klooblept.com”, “firstName”:“Kataldar-1”, “postalCode”:“04828” }, { “email":"kjashaedd-2@klooblept.com”, “firstName”:“Kataldar-2”, “postalCode”:“04828” }, { “email":"kjashaedd-3@klooblept.com”, “firstName”:“Kataldar-3”, “postalCode”:“04828” } ] } Re: Snaplogic Last one before record any inputs on this please? Re: Snaplogic Last one before record @AleksandarAngelevski If the pipeline is running for more than 1 hour then we see always that route entity.success ==false and we are missing those records where we had the entity.success == true and it is not helping even if we use the json splitter. As we are storing everything in the array initially we get the records where entity.success==true and after time that turns to false. In this case the router always goes to false. If the pipeline is running for less than 60 min then the records will load to target. I am not sure when we will receive the entity.success==false it could be anywhere between 1 and 60 min I have attached the pipeline and some screenshots Marketo recursive_2023_01_23.slp (357.2 KB)