Quickly see and action outdated workflows, duplicate enrollments, and duplicate actions
- Overview
- Installation in current setup
- Steps before beta release
Things that are currently hard to do in HubSpot
- See the last time any lead ran through a workflow
- View which workflows have overlapping enrollment criteria (leading to headaches of tracking down example contacts)
- Understand which workflows are using similar actions (gotta love having a lead double-assigned)
Things that this tool does:
- Identifies outdated workflows
- Reveals similar action steps between active workflows
- Shows overlapping enrollment criteria (coming soon)
This will change as the product becomes more developed - currently this can only be run with an API key from your portal and is run to local mongodb.
git clone https://github.com/steven-miller/hubspot-workflow-auditor.git
cd [folder]
+npm install
- Load your HubSpot API key into a
.env
file as the keyHAPIKEY
node server/api-script.js
will pull the info down into local mongodb clientnpm run react-dev
after script completionnpm start
- Navigate to https://localhost.com:3000
- OAuth method to HubSpot portals
- Username logins for securing and persisting your own data in the cloud
- Seamless flow (login -> pull data -> view data)
- More action evaluations
- Enrollment evaluations