We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Oct 12, 2018 12:20 AM
Hi,
I am newbie,
I need to retrieve a list of contact and need to submit a list of contact to hubspot using API.
Could you please help to guide me:
Thanks and Regards
Solved! Go to Solution.
Oct 15, 2018 8:18 AM
I will not be able to walk through every step of the build, but I can provide general resources relating to HubSpot's APIs.
You will need to have your button make a request to your server, which can then add authentication to the Contacts API. You can GET
all contact records via this endpoint.
In this way, your "development environment" will be however you push code to your own server, as HubSpot APIs do not support CORS / AJAX requests.
Isaac TakushiAssociate Certification Manager |
Oct 15, 2018 8:18 AM
I will not be able to walk through every step of the build, but I can provide general resources relating to HubSpot's APIs.
You will need to have your button make a request to your server, which can then add authentication to the Contacts API. You can GET
all contact records via this endpoint.
In this way, your "development environment" will be however you push code to your own server, as HubSpot APIs do not support CORS / AJAX requests.
Isaac TakushiAssociate Certification Manager |
Oct 12, 2018 10:51 AM
Hi @ngdinhuyen87,
Happy to help:
GET
request to this endpoint. If you wish to create a group of contacts, send your JSON data in a POST
request to this endpoint.If you have more specific questions, let me know.
Isaac TakushiAssociate Certification Manager |
Oct 14, 2018 3:54 AM
Hi Isaac,
I have my own CRM software, It's completely separate from Hubspot. So, I want integrate my CRM to Hubspot with 2 ways (view, read, update, delete).
For example: I create a button to get all contact data from Hubspot. When click that button, it automatically call hubspot API.
I do not how to do and where to begin.
could you please help to guide me.
Thanks and Regards