Pipes Integrations

Connect anything.
Even if no template exists.

Webhooks, one Web SDK, or AI-generated connectors from any docs. Drop a token into secrets, and your data flows. No vendor roadmap to wait for.

Try Pipes Now

Enter your details to receive a secure link.

Would you rather talk? Contact our team directly →

300+ Pre-built integrations
47 NPM modules in sandbox
60s From docs to live connector

Three ways in. Same outcome — clean events, identified profiles, ready to route.

Pick the path that matches the upstream system. Pipes handles the rest — schema validation, identity stitching, retries, observability.

Webhook in 60 seconds

Any tool that can POST is connected. Create a Source, get a slug, point the upstream system at /collect/<slug>. Pipes validates, extracts identifiers, and routes to your destinations.

bash
curl -X POST https://your-pipes.com/collect/website \
  -H "Content-Type: application/json" \
  -d '{
    "user_id": "u_123",
    "email": "[email protected]",
    "page": "/pricing"
  }'
See webhook docs

One Web SDK for browser data

Drop one snippet on your site. Auto-tracks page views, clicks, form submits. Custom events when you want them. Identifier-aware out of the box — no separate tracking plan.

html
<script src="https://your-pipes.com/mpt.js" defer></script>
<script>
  mpt('identify', {
    user_id: 'u_123',
    email: '[email protected]'
  });
  mpt('track', 'pricing_viewed', { plan: 'enterprise' });
</script>
See Web SDK docs

AI Piper builds the rest

No webhook? No SDK? Paste the API docs into AI Piper. It generates a Cloud App with the fetch logic, auth headers, schema mapping, and retry handling. Drop the token into secrets, schedule it, done.

See AI Piper in action
AI Piper

Show me: AI Piper sets up Mixpanel

Real conversation, real tool calls. Piper orchestrates the setup: creates destinations, asks for the secrets it needs, inspects sources, wires pipes. You approve each step. When something breaks, the error comes back with the fix.

Piper
I need to add Mixpanel as a destination.
Tools used: Get Upcoming Template Brief · List Event Destinations · Create Event Destination ✓ Approved

Setting up Mixpanel as an event destination.

You'll need three values from your Mixpanel project (Settings → Project Settings): Project Token, API Secret, and Project ID. Save them to Secrets as MIXPANEL_PROJECT_TOKEN, MIXPANEL_API_SECRET, and MIXPANEL_PROJECT_ID.

I've created the destination with an import script that batches events into Mixpanel's /import API and handles retries on 5xx responses.

Mixpanel destination is live. Once your secrets are saved, we can wire a pipe from your source.

Sources will come from meiro.io web.
Tools used: List Event Stream Sources · Get Event Stream Source · Create Pipe ✓ Approved

Connecting meiro.io to the Mixpanel destination.

I've inspected the source: standard web events — page_view, form_submit, click. These map cleanly to Mixpanel's event model.

The pipe forwards each event with its name, timestamp, and full payload as event properties. No custom mapping needed.

Pipe "meiro.io → Mixpanel" is active. Events are flowing now — you can verify in Mixpanel under Events or Live View.

Every Piper action is logged with the exact tool calls. Nothing goes live without your approval.

300+ pre-built integrations. Plus everything else.

The catalog is a head start, not a ceiling. When the tool you need isn't there — long-tail SaaS, in-house apps, niche regional platforms — AI Piper builds the connector from docs. You don't wait for a vendor roadmap.

Pre-built catalog

SalesforceHubSpotSnowflakeBigQueryMeta CAPIGoogle AdsKlaviyoMailchimpShopifyStripeSegmentAmplitude
Browse all 300+

Use when: standard tool, want fastest path, no custom logic needed.

Custom-built with AI Piper

  • Paste API docs → connector generated
  • Auth handling, pagination, rate limit, schema mapping — written for you
  • Tokens stored in encrypted secrets vault

Use when: tool isn't in the catalog, has unusual API shape, or you want full control over the payload mapping.

Either way, the data lands as identified events in the same identity graph. Same downstream destinations. Same observability. Same operational tooling.

Connectors that survive Monday morning.

Built-in capabilities most teams hand-roll: token vaulting, schema validation, retries, identity stitching, sandbox security. You get them in every connector — pre-built or AI-generated.

Encrypted secrets vault

Tokens, API keys, certificates stored encrypted at rest. Bound per-source, never in code. Rotate without redeploying connectors.

Schema validation at ingestion

Programmatic validation with Zod, AJV. Bad payloads rejected with detailed errors before they pollute the identity graph. AI Piper detects schema drift proactively.

Retries & rate limiting

Per-fetch timeout 5s, 30s execution budget. Failed deliveries retry with backoff. Rate limit configurable per destination. Queue health visible in Dashboard.

Identity-aware routing

Every event gets identifier extraction (email, user_id, custom IDs) before fan-out. Consistent profile keys across all downstream tools.

47 NPM modules in sandbox

date-fns, lodash-es, zod, jose, crypto, papaparse, fast-xml-parser, and 40 more. Available in every transform and connector. No package.json to manage.

Hardened sandbox

QuickJS sandbox blocks private IPs, redirects, internal services. Sandbox process restart on timeout. Connectors can't escape, can't break each other.

Tried & trusted by clients worldwide
Oktagon
Direct
CNC
Der Touristik
DrMax
Chemist Warehouse
BCA
Home Credit
KB
Super Mom
Ergo
Heureka Group
iPrima
Wego
Société Générale

Connect your stack today.
Build what's missing tomorrow.

Free trial available. Deploy on your own infrastructure in minutes. Bring the catalog you have, build the long-tail you need.

  • No credit card needed
  • Full feature access in trial
  • Deploy anywhere — cloud, on-prem, air-gapped