// integrations
Integrations
Official SDKs and one-click platforms.
Official SDKs
Python
pip install dataapifrom dataapi import Client
c = Client('ADATA_…')
rec = c.enrich(email='a@b.com')Node.js
npm install dataapiimport { AgenticData } from 'dataapi';
const c = new AgenticData('ADATA_…');
const r = await c.enrich({ email: 'a@b.com' });Go
go get github.com/dataapi/goclient := dataapi.New("ADATA_…")
rec, _ := client.Enrich("a@b.com")Ruby
gem install dataapiclient = AgenticData.new('ADATA_…')
rec = client.enrich(email: 'a@b.com')No-code platforms
- Zapier — enrich form submissions, CRM rows, spreadsheet entries
- Make (Integromat) — visual workflows with enrichment as a module
- n8n — self-hosted automation with the AgenticData node
- Retool — drop-in resource for internal tools
CRMs
- Salesforce — Apex callout examples in the API reference
- HubSpot — workflow webhook recipe
- Attio — native integration via MCP