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 tools GTM teams use every day. BYO API keys — no markup.
CRM / Support
Sync with your source of truthSalesforce
Match, enrich, and sync Account/Contact/Lead records
HubSpot
Pull contacts, upsert records, sync properties
Dynamics 365
Solution orchestration, drift detection, pack/apply with receipts
Zendesk
Enrich with ticket stats per org or per user
Enrichment
Multi-provider waterfallFoundryGraph
Company resolution and firmographics (included free)
Apollo
Contact enrichment and email finding
PDL (People Data Labs)
Contact data enrichment
Apify
Web scraping and LinkedIn post extraction
FullEnrich
Waterfall contact enrichment (15+ providers)
Intent Signals
Community-driven buying signalsCommon Room
Ingest and normalize community intent signals
Data & Reporting
Your operational layerGoogle Sheets
Full read/write/sync with formula support
Google Apps Script
Pull, push, and run bound scripts
Tableau Cloud
Publish workbooks and extracts from CLI
Documentation
Publish what you didNotion
Publish execution summaries and documentation
Outline
Self-hosted wiki publishing
Google Docs
Create and manage documents programmatically
Sequencing
Activate your dataApollo Sequences
Push contacts to email sequences
HeyReach
LinkedIn automation and connection campaigns
Outreach.io
Enterprise sales engagement and sequences
Instantly
Cold email sequencing
Smartlead
Multi-channel outreach sequences
Amplemarket
AI-powered sales engagement and multi-channel sequencing
JustCall
Sales dialer with dynamic/predictive calling and SMS
Messaging
Alerts and approvalsSlack
Notifications, approvals, and run receipts in-channel
Works With Anything
Gremlin outputs structured JSON designed for workflow platforms. Send results to any webhook endpoint or hand off to N8N, Pipedream, Make, or Zapier.
--json-summary flag on any commandg-gremlin notifyN8N
Self-hosted workflow automation
Pipedream
Developer-first integration platform
Make
Visual automation builder
Zapier
No-code workflow automation
# 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", "clearbit"],
"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
# 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
BYO API Keys — No Markup
Use your own API keys for enrichment providers. We don't mark up data costs — you pay providers directly. 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.