Check out the walkthrough here: youtube video
npm installnpm run startlocalhost:3000
npm install smartsheet --savenpm install @google-cloud/logging --savenpm install body-parser --save- if using GCP, add app.yaml for app engine
- add smartsheet token from your smartsheet account API access tab (constants.js)
- create a module file for interfacing with the smartsheet SDK
- create CRUD routes for sheets & webhooks
- create webhook handler routes for confirmation request (columns.js)
- set up logging with gcp or your hosting env
- for GCP get gcloud cli, create app.yaml, download service-account.json, run
gcloud app deploy - if you havent already, set up the smartsheets you want to update
- create a webhook trigered on updates to a sheet id of your choice
- update the webhook to be enabled (requires an accessible https endpoint for verification)
- write your automation logic and deploy it