Route every HubSpot deal event to Google Sheets automatically. Build a live pipeline funnel, win rate tracker, and rep performance dashboard — all updating in real time without a single CSV export.
What you'll build: A Google Sheet that receives every HubSpot deal stage change, creation, and close event in real time. A Dashboard tab shows pipeline value by stage, win rate, and revenue by rep — recalculating automatically as new data arrives.
HubSpot's built-in reports are good for operational use — but they're locked behind CRM access, can't be easily shared with finance or executives, and don't blend well with data from other sources. Google Sheets solves all three problems.
With Autometon connecting HubSpot to Google Sheets via webhooks, your pipeline data updates the moment a deal moves — not on a daily export schedule. The result is a live dashboard anyone on the team can view, built with formulas they already understand.
Log in to Autometon, click New Pipeline, select HubSpot. Copy the unique webhook URL.
In HubSpot: Settings → Integrations → Webhooks → Create Webhook. Paste your Autometon URL. Subscribe to: deal.creation, deal.propertyChange (for stage changes), deal.deletion. Select the deal properties to include: dealname, dealstage, amount, hubspot_owner_id, closedate.
Update a test deal in HubSpot to trigger the webhook. Autometon receives it and auto-detects all available fields.
Map dealname → Deal Name, dealstage → Stage, amount → Deal Value, hubspot_owner_id → Owner. Autometon's AI suggests the right match.
Share your Google Sheet with Autometon's service account email. Click Activate. Pipeline events now flow in real time.
On your Dashboard tab, list each pipeline stage and use SUMIF to total deal values:
=SUMIF('Raw Data'!C:C,"Appointment Scheduled",'Raw Data'!D:D)
Repeat for each stage. Insert a bar chart for a live pipeline funnel.
=COUNTIF('Raw Data'!B:B,"deal.won")/(COUNTIF('Raw Data'!B:B,"deal.won")+COUNTIF('Raw Data'!B:B,"deal.lost"))
Insert a pivot table: source = Raw Data, rows = Owner, values = Deal Value (Sum), filter = Event Type is deal.won. Updates automatically as new deals close.
| HubSpot Field | Webhook Property | Recommended Sheet Column |
|---|---|---|
| Deal Name | properties.dealname | Deal Name |
| Pipeline Stage | properties.dealstage | Stage |
| Deal Amount | properties.amount | Deal Value |
| Owner ID | properties.hubspot_owner_id | Owner |
| Close Date | properties.closedate | Close Date |
| Lead Source | properties.hs_analytics_source | Source |
Autometon auto-detects these from the webhook payload when you send a test event — you don't need to type them manually.
Real-time pipeline tracking. No code, no CSV exports, no task limits.
Get Started Free