Skip to content

Google Sheets Integration

import { Aside } from ‘@astrojs/starlight/components’;

The Google Sheets integration lets you export CRM data to spreadsheets and optionally keep them in sync, giving you the flexibility of spreadsheets with the power of a CRM.

  • One-click export: export any HARi view to a Google Sheet with column headers and formatting
  • Scheduled sync: keep a Google Sheet updated automatically (hourly, daily, or weekly)
  • Two-way sync: edit data in Google Sheets and have changes reflected in HARi
  • Template sheets: pre-formatted spreadsheets for common reports (pipeline, forecast, contact list)
  1. Go to Settings > Integrations > Google Sheets
  2. Click Connect with Google
  3. Choose a view to export (e.g., “All Opportunities” or “Contacts in Hong Kong”)
  4. Select sync frequency
  5. HARi creates and maintains the Google Sheet

Current alternative: Google Sheets via Zapier

Section titled “Current alternative: Google Sheets via Zapier”

Connect Google Sheets and HARi today using Zapier:

Export new records to a sheet:

  1. Trigger: HARi webhook when a record is created
  2. Action: Google Sheets “Create Row”
  3. Map HARi fields to sheet columns

Import from a sheet:

  1. Trigger: Google Sheets “New Row”
  2. Action: POST to HARi API to create a record

Scheduled data dump:

  1. Trigger: Zapier Schedule (daily)
  2. Action: GET from HARi API, then write rows to Google Sheets
DirectionData
HARi to SheetsRecords from any entity, filtered by view
Sheets to HARiNew or updated rows (via Zapier)
  • Board reports: auto-updated spreadsheet with pipeline value, win rate, and revenue by month
  • Partner data sharing: share a read-only Google Sheet with partners instead of giving CRM access
  • Bulk editing: export contacts to a sheet, clean up data in bulk, re-import to HARi
  • Custom analysis: use Google Sheets formulas and pivot tables on your CRM data

Want to be notified when the Google Sheets integration launches? Contact us to join the early access list.