Integrations · 142 native connectors · 4 added in march

Speaks to everything you already run.

Postgres to Snowflake, Stripe to NetSuite, Salesforce to that one internal API nobody touches. All live, all monitored, all part of the same workflow graph.

142Native connectors

All built + maintained in-house.

18In beta

Join the early-access list in docs.

<48hAvg bug fix SLA

When a vendor breaks their API, we fix it.

SDKBuild your own

TypeScript + Python. 80 lines for a basic connector.

⌘K
All · 142 Databases · 18 Payments · 14 CRM · 11 Data warehouse · 8 Messaging · 16 Analytics · 12 Files · 9

Most popular · used by 60%+ of customers

Databases · 18 connectors

VIEW ALL →

Data warehouse & Analytics · 20 connectors

VIEW ALL →

Payments & Billing · 14 connectors

VIEW ALL →

CRM, Support & Messaging · 27 connectors

VIEW ALL →

Don't see it? Build it in an afternoon.

The Conduyt Connector SDK is TypeScript or Python. A working custom connector is about 80 lines. Publish it private to your team, or submit it for review and we'll ship it in the official registry.

acme-connector.ts
import { defineConnector } from '@conduyt/sdk'; export default defineConnector({ name: 'acme', auth: { type: 'oauth2', scopes: ['read'] }, // three actions, three triggers — that's it actions: { createInvoice: { ... }, syncCustomer: { ... }, }, triggers: { invoicePaid: { webhook: '/hooks/paid' }, }, });

Connect everything. Break nothing.

Build reliable integrations with our Idempotency Checklist for Webhooks.

Start free with 5 workflows and unlimited connectors. No credit card.