HubSpot-nodejs imports contacts sample app
July 19, 2022 ยท View on GitHub
This is a sample app for the hubspot-nodejs SDK. Currently, this app focuses on demonstrating the functionality of Imports API endpoints and their related actions.
Please see the documentation on Creating an app in HubSpot
HubSpot Public API links used in this application
Setup App
Make sure you have Docker installed. Make sure you have Docker Compose installed.
Configure
- Copy .env.template to .env
- Paste your HubSpot Client Id and HubSpot Client Secret as the value for HUBSPOT_CLIENT_ID and HUBSPOT_CLIENT_SECRET in .env
Running
The best way to run this project (with the least configuration), is using docker cli.
docker-compose -f ../docker-compose.yml up --build
You should now be able to navigate to http://localhost:3000 and use the application.