Call my own API end point

a beginner question,

I keep it short.

I have an nodejs express REST API end point and want to call this end point when somehting in my hubspot data get changed or new created.

I cant find any piece of documentation for this kind of integration

Where do I start?

Any help is highly appriciated

Marcus

Hello @Marcus3 , thank you for writing here in te forum.
What you describe sounds like a usecase for a webhook.
HubSpot supports them and they are fairly easy to set up.

See more info in this link.

That said you should definatelly start from this link here.
Reading through the above article you will understand how it works and find more links to documentation pages.
If my answer was helpful please mark it as a solution.

Hi @Marcus3 ,
You can use the below code for nodejs hubspot api :
- https://www.npmjs.com/package/@hubspot/api-client
- GitHub - HubSpot/hubspot-api-nodejs: HubSpot API NodeJS Client Libraries for V3 version of the API · GitHub
If this will not help then you have to use HubSpot api :
Accounts Dashboard | HubSpot

Hope this helps!

If we were able to answer your query, kindly help the community by marking it as a solution.
Thanks and Regards.