La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
I want to make a api call out from hubspot. Can i known what is the best practice to make a API callout and what all resource i would be requiring to setup a callout
Hey @GMaheshwari, thank you for posting in our Community!
To make an API callout from HubSpot, the best approach is often to use HubSpot Workflows with Custom Code Actions. This method allows you to write serverless code using Node.js to execute an API call as part of an automated workflow. You’ll need access to an Operations Hub Professional or Enterprise subscription for this setup, and some familiarity with JavaScript and Node.js will be helpful. Alternatively, webhooks can also send real-time data to an external application if that fits your needs better.