I have a source code written in node.js for my app. can I deploy it in the hubspot? if yes then please share the steps.
Thanks,
Hey @AKashyap5,
You’d need to host the app on your own infrastructure/server and ensure that it’s authenticating using either OAuth2.0 or by using a private app. Instructions on how to install an app (assuming you are using OAuth2.0) can be found here.
I’d recommend looking into some cloud hosting solutions like AWS, Google Cloud Platform or Heroku. Ultimately the way you deploy the app is going to be defined by the provider you choose and each will have their own documentation.