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).
Apr 4, 2022 6:04 AM - edited Apr 10, 2022 4:54 PM
I am trying to integrate netsuite and hubspot. Whenever there occur any changes in hubspot contacts or other fields, the same changes should occur in corresponding records in netsuite. What is the approach to do this? The vice versa is easy but I couldn't find out any methods to do this. Site
Apr 4, 2022 6:11 AM
You can set up webhook subscriptions to be notified of any creation of object instances, or property changes. https://developers.hubspot.com/docs/api/webhooks This requires app auth (i.e. OAuth).
Obviously if you don't need to approach real-time updates and/or if you are servicing only a single portal, you could simply poll our normal object APIs at regular intervals or something. People use various APIs for this.