- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Upload batch contacts nothing happened
SOLVE
Aug 20, 2018 4:12 PM
I used the endpoint: https://api.hubapi.com/contacts/v1/contact/batch/?hapikey=KEY
to update/create 3 contacts. 2 were supposed to be created tyronewhitaker@aol.com
tylerwhitaker@aol.com and the third was supposed to be updated. Specifically this was the data sent:
[{"email":"tyronewhitaker@aol.com","properties":[{"property":"last_salesforce_campaign_id","value":"RRRRRR1"},{"property":"firstname","value":"Tyrone"},{"property":"lastname","value":"Whitaker"},{"property":"jobtitle","value":"Web"},{"property":"company","value":"Cincom"},{"property":"phone","value":"5"},{"property":"country","value":"Australia"},{"property":"product_interest_most_recent","value":"CONTROL"},{"property":"leadsource","value":"Trade Show"}]},{"email":"tylerwhitaker@aol.com","properties":[{"property":"last_salesforce_campaign_id","value":"SSSSS2"},{"property":"firstname","value":"Tyler"},{"property":"lastname","value":"Whitaker"},{"property":"jobtitle","value":"Web2"},{"property":"company","value":"Cincom"},{"property":"phone","value":"6"},{"property":"country","value":"New Zealand"},{"property":"product_interest_most_recent","value":"ECM"},{"property":"leadsource","value":"Website - Cincom"}]},{"email":"tyteach@aol.com","properties":[{"property":"last_salesforce_campaign_id","value":"TTTTTT3"},{"property":"firstname","value":"Ty"},{"property":"lastname","value":"Whitaker"},{"property":"jobtitle","value":"Web3"},{"property":"company","value":"Cincom"},{"property":"phone","value":"7"},{"property":"country","value":"Colombia"},{"property":"product_interest_most_recent","value":"Smalltalk"},{"property":"leadsource","value":"Word of Mouth"}]}]
I received a 202 "Success" However after waiting for over an hour, the contacts and/or the updates did not appear to have completed.
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Accepted Solutions

Aug 27, 2018 12:59 PM
I resolved my issue using the Header information
Content-Type: application/json
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content