One-Way Sync

Hi There,

I’m only get Sale Pro from HubSpot. I want to take action follow. Please let me know if I’m wrong.

1. Salesman → access Hubspot and “Create Contacts”. He put all inform (Email & First and Last Name).

2. I want to pull this data to other platform (my platform).

- Build App how to capture Event of “Create Contacts” on HubSpot?

- After should I do via API or Webhooks?

Hi @kevinhanhgs,

I hope all is well with you :grinning_face_with_smiling_eyes:

Happy to shed some lights here! It looks like whenever there’s a new contact created in HubSpot, you’d like the contact details to be sent to your other platform. In this case, you can use both the Webhook API and Get a contact by its vid API:

  • To start, these are some prerequisites when looking to use the Webhook API: Integration Platform API Prerequisites --> In short, you would need to create an app and install the app into the HubSpot portal that the salesman is creating contacts on
  • Once that’s done, go ahead and set up your webhook and subscribe to the ‘contact creation’ event
  • Next, from the Webhook subscription response, you can grab the id of the object and use this endpoint: Get a contact by its vid to get the contact details to sent over to your other platform

I hope this helps to clarify things!

@WendyGoh Thank you Wendy.

Kind regards,