Integrations

Batteries Included. Works With Anything.

Native integrations for the GTM stack you already use. Webhook handoff for everything else.

Native Integrations

Built-in support for the tools GTM teams use every day. BYO API keys — no markup.

CLISheetsDeal Desk| OAuth API Key

CRM & Support

Core CRM connectors

Salesforce

Match, enrich, and sync Account/Contact/Lead records

OAuth

HubSpot

Pull contacts, upsert records, sync properties

OAuth

Dynamics 365

Solution orchestration, drift detection, and pack/apply with receipts

OAuth

Zendesk

Enrich with ticket stats per org or per user

API Key

Enrichment

Multi-provider waterfall

FoundryGraph

Company resolution and firmographics (included free)

API Key

Apollo

Contact enrichment and email finding

OAuth

ZoomInfo

Enterprise contact and company data

OAuth

PDL (People Data Labs)

Contact data enrichment

API Key

Nimbleway

Web data collection and structured extraction

API Key

FullEnrich

Waterfall contact enrichment (15+ providers)

API Key

Data & Reporting

Your operational layer

Google Sheets

Full read/write/sync with formula support

OAuth

Google Apps Script

Pull, push, and run bound scripts

OAuth

Tableau Cloud

Publish workbooks and extracts

API Key

Looker

Spec-first dashboard provisioning, introspection, and iterative editing

OAuth

Documentation

Publish what you did

Notion

Publish execution summaries and documentation

API Key

Outline

Self-hosted wiki publishing

API Key

Google Docs

Create and manage documents programmatically

OAuth

Confluence

Publish and sync documentation to Atlassian wikis

API Key

Google Slides

Generate and update presentations programmatically

OAuth

Sequencing

Activate your data

Apollo Sequences

Push contacts to email sequences

OAuth

HeyReach

LinkedIn automation and connection campaigns

API Key

Outreach.io

Enterprise sales engagement and sequences

OAuth

Instantly

Cold email sequencing

API Key

Smartlead

Multi-channel outreach sequences

API Key

Amplemarket

AI-powered sales engagement and multi-channel sequencing

API Key

JustCall

Sales dialer with dynamic/predictive calling and SMS

API Key
Universal Adapter

Works With Anything

Gremlin outputs structured JSON designed for workflow platforms. Send results to any webhook endpoint, trigger downstream automations, or hand off to your existing N8N, Pipedream, Make, or Zapier workflows.

--json-summary flag on any command
Webhook profiles with retry and auth
Structured output for N8N, Pipedream, Make, Zapier
Slack/email notifications via g-gremlin notify

N8N

Self-hosted workflow automation

Pipedream

Developer-first integration platform

Make

Visual automation builder

Zapier

No-code workflow automation

Webhook handoff example
# Send enrichment results to your webhook
g-gremlin enrich --csv leads.csv \
  --waterfall --budget 50 \
  --output enriched.csv \
  --json-summary \
  --webhook my-n8n-endpoint

# Webhook receives structured JSON:
{
  "command": "enrich",
  "status": "success",
  "rows_processed": 127,
  "rows_enriched": 124,
  "cost_usd": 38.20,
  "output_file": "enriched.csv",
  "providers_used": ["apollo", "zoominfo"],
  "timestamp": "2025-01-15T18:30:00Z"
}

Data Sinks

Land your processed data anywhere with the sink command.

BigQuery

Append or replace tables in GCP

Redshift

AWS data warehouse via S3 staging

Snowflake

Cloud data warehouse via S3/GCS

S3 / GCS

Upload CSVs to cloud storage buckets

Any Webhook

POST results to any HTTP endpoint

Sink examples
# Send to BigQuery
g-gremlin sink bq --csv enriched.csv \
  --dataset gtm_data --table leads_enriched

# Send to Redshift via S3 staging
g-gremlin sink redshift --csv enriched.csv \
  --cluster my-cluster --database analytics --table leads

# Send to Snowflake
g-gremlin sink snowflake --csv enriched.csv \
  --account xy12345 --database REVOPS --table LEADS

# Upload to S3
g-gremlin sink s3 --csv enriched.csv \
  --bucket my-bucket --key exports/leads.csv

# POST to webhook
g-gremlin sink webhook --csv enriched.csv \
  --url https://hooks.example.com/ingest

Integrations FAQ

Do I need native support for every tool in my stack?

No. Use native connectors where available and use webhook or sink commands for systems outside the built-in catalog.

How should I validate integration setup?

Start with quickstart connectivity checks and doctor commands, then use playbooks to validate your end-to-end workflow on real data.

Where are command-level details documented?

The CLI page is the canonical command catalog. This page focuses on supported systems and integration patterns.

BYO API Keys — No Markup

Use your own API keys for enrichment providers. Gremlin doesn't mark up data costs — you pay providers directly at their rates. Your keys stay in your local keychain, never sent to our servers.

g-gremlin auth add-key --provider apollo

Ready to Connect Your Stack?

Start with the quickstart guide. Connect your first integration in minutes.