I know we're having the 500 errors right now but i was able to get a couple bulk upload requests to go through today. Unfortunately I am running into this same problem. None of the cf field values are being set. Has this been a confirmed issue? {
"import_data": [
{
"contact_id": "",
"email": "xxxx@hotmail.com",
"first_name": "Mc",
"last_name": "Tester",
"job_title": null,
"company_name": null,
"phone": null,
"street": null,
"street2": null,
"zip": null,
"country": null,
"cf:Account_Value": "0.00",
"cf:Lead_Date": "7\/21\/2019 6:03:00 PM",
"cf:Status": "Lead",
"cf:Work_Type": "",
"cf:Lost_Reason": ""
}
],
"list_ids": [
"1689df1e-0d2d-11ea-848f-d4ae528440e0"
]
} The bulk import activity report runs the insert/update without issue. It's just the custom fields that don't work at all. (edit: and yes, the custom fields already exist)
... View more