π¦ ClawHub
Hubspot Audit
by @tomgranot
Run a comprehensive HubSpot CRM database audit. Analyzes contacts, companies, deals, engagement, data quality, and deliverability. Use when starting a CRM cl...
βοΈ Configuration
1. Get the API token. Check .env for HUBSPOT_API_TOKEN. If it is not set, ask the user to provide their HubSpot private app API token and store it in .env:
HUBSPOT_API_TOKEN=pat-na1-xxxxxxxx
2. Install dependencies. Use uv (not pip):
uv pip install hubspot-api-client python-dotenv
3. Create the output directory if it does not exist:
mkdir -p reports
TERMINAL
clawhub install hubspot-audit