I want to import csv using the new import API ( Accounts Dashboard | HubSpot )
before, I created a property “test_timestamp2” with “datetime” as type
Here is example of the csv I am trying to import
email, firstname, test_timestamp2
crmtestimport@crmtest.com, Testingxssx, 1590462184000
Other fields successfully load, however the timestamp failed to load
everything is importing except the timestamp
I tried to use date format “5/26/2020” and it works. However I also want to add hour-minute-second information, not only date.
What format works for import? Why it is not working?