Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Just wanted to see if anyone else has any thoughts about this issue. Fundamentally, the batch id that is returned by the Bulk Lead Import API cannot be the static list id because it makes it difficult to track status of the job.
I'm having trouble getting the response in a non-variable format, but it's just a JSON object. Here is the request, in part, with the 1000 lead CSV data omitted from the middle. -> POST /bulk/v1/leads.json?access_token=123&format=csv&listId=22038&lookupField=email HTTP/1.1-> Host: 947-IOX-305.mkto...
Here is a set of actions via R...attempt to upload file "01", then attempt to upload file "02"...appears to fail indicating that queue is not work...then a successful upload of file 02, which results in teh same batchId (equal to the listid).This is the url string I'm using: https://947-IOX-305.mkto...
I'm not exactly sure what you're looking for. When you upload a CSV to the bulk import using the Rest API link shown above, the result is a JSON object that contains the requestId and three elements of the result: batchId, importId, and status. When uploading to a static list, the batchId and the...
I'm having an issue tracking the status of bulk imports and I'm curious if anyone else has had the same issue. When I create a bulk import and add to a static list, it appears that the batch id that is assigned to the action is the same as the list id. I think that the bulk import has a queue of u...