// integrations

Integrations

Official SDKs and one-click platforms.

Official SDKs

Python
pip install dataapi
from dataapi import Client
c = Client('ADATA_…')
rec = c.enrich(email='a@b.com')
Node.js
npm install dataapi
import { AgenticData } from 'dataapi';
const c = new AgenticData('ADATA_…');
const r = await c.enrich({ email: 'a@b.com' });
Go
go get github.com/dataapi/go
client := dataapi.New("ADATA_…")
rec, _ := client.Enrich("a@b.com")
Ruby
gem install dataapi
client = 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

MCP setup → API reference →