Hi,
I hope you are doing great!
I am importing contacts to a list through Json bulk import API. It's skipping the some of the contacts and not showing any error in the response. It's also not returning the correct status response.
Here is the Json.
[{"cf:custom_field_15":"CVS132865489134920","first_name":"A***x","last_name":"R***s","company_name":"M***r","job_title":"I***r","email":"t***@***t.com","work_phone":"","home_phone":"","street":"1***0","street2":"","city":"W***k","state":"CA","zip":"9***6","country":""},{"cf:custom_field_15":"CVS627059225824200","first_name":"A***w","last_name":"D***n","company_name":"S***t","job_title":"P***r","email":"a***@***s.com","work_phone":"","home_phone":"","street":"","street2":"","city":"","state":"","zip":"","country":""},{"cf:custom_field_15":"CVS754522108057241","first_name":"A***r","last_name":"E***t","company_name":"S***s","job_title":"R***r","email":"a***@***e.com","work_phone":"","home_phone":"","street":"","street2":"","city":"","state":"","zip":"","country":""},{"cf:custom_field_15":"CVS775871144850266","first_name":"M***d","last_name":"L***3","company_name":"S***t","job_title":"Mr.","email":"m***@***t.com","work_phone":"","home_phone":"","street":"","street2":"","city":"","state":"","zip":"","country":""}]
And here is the response.
{"activity_id":"91aba594-27fc-11ef-883e-fa163e5bc304",
"state":"completed",
"started_at":"2024-06-11T14:12:00Z","completed_at":"2024-06-11T14:12:00Z","created_at":"2024-06-11T14:12:00Z","updated_at":"2024-06-11T14:12:00Z","source_file_name":"csv_from_json_2024-06-11T101200-040020240611-22587-1bid1gl.csv",
"percent_done":100,
"activity_errors":[],
"status":{"items_total_count":5,"person_count":0,"error_count":0,"correctable_count":0,"cannot_add_to_list_count":2},
"_links":{"self":{"href":"/v3/activities/91aba594-27fc-11ef-883e-fa163e5bc304"},"results":{"href":"/v3/file_imports/91aa1f58-27fc-11ef-883e-fa163e5bc304"}}}
You see items_total_count is incorrect and also it's not returning any reason or error in the response.
Please help how we can get the correct response.
Regards,
Lall
... View more