Data & Productivity Integrations
Log every lead into a spreadsheet, database, or your own API endpoint. Configure from Settings โ Integrations.
Google Sheetsโ
Append a new row to a Google Sheet for every lead that enters LeadHub.
Step 1 โ Create a Google Cloud Projectโ
- Go to console.cloud.google.com.
- Click New Project, name it LeadHub, and create it.
- Search for Google Sheets API and Enable it.
- Also enable Google Drive API.
Step 2 โ Create OAuth Credentialsโ
- In the Cloud Console, go to APIs & Services โ Credentials.
- Click Create Credentials โ OAuth client ID.
- Set the Application Type to Web application.
- Under Authorized redirect URIs, add:
https://yourdomain.com/oauth/google-sheets/callback - Click Create and copy the Client ID and Client Secret.
Step 3 โ Prepare Your Google Sheetโ
- Create a new Google Sheet (or open an existing one).
- Add column headers in row 1 โ suggested:
ID | First Name | Last Name | Email | Phone | Company | Source | Pipeline | Stage | Score | Created At - Copy the Spreadsheet ID from the URL:
https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit
Step 4 โ Configure in LeadHubโ
- Go to Settings โ Integrations โ Google Sheets.
- Fill in:
Field Value Client ID From Step 2 Client Secret From Step 2 Spreadsheet ID From Step 3 Sheet Name The tab name, e.g. Sheet1 - Click Connect with Google to complete the OAuth flow.
Each new lead appends a row with the lead's full details.
Notionโ
Create a new page (database entry) in a Notion database for every lead.
Step 1 โ Create a Notion Integrationโ
- Go to notion.so/my-integrations.
- Click + New integration.
- Give it a name (LeadHub) and select your workspace.
- Copy the Internal Integration Token (starts with
secret_).
Step 2 โ Share Your Database with the Integrationโ
- Open the Notion database where you want leads stored.
- Click Share (top right) โ search for your integration name โ click Invite.
Step 3 โ Get Your Database IDโ
From the database URL:
https://www.notion.so/yourworkspace/DATABASE_ID?v=...
The Database ID is the 32-character string before the ?.