APIs & Integrations

AJamshed
Membre

Triggering Hubspot apps to integrate with other platforms

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

 
0 Votes
1 Réponse
vbrech
HubSpot Employee
HubSpot Employee

Triggering Hubspot apps to integrate with other platforms

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.

0 Votes