Skip to main content

Available Connectors

Professional+

Calabi Connect ships with 90+ certified connectors covering the most common SaaS applications, databases, and file sources. All connectors are tested against production APIs and maintained with schema drift detection.

Connector availability by tier

All 90+ connectors listed here are available on the Professional tier. Enterprise tier adds custom connector development and priority connector SLA.


Connector Catalog

CRM

ConnectorAuth TypeIncremental SupportNotes
SalesforceOAuth 2.0Yes (SystemModstamp)Supports standard + custom objects
HubSpotOAuth 2.0Yes (hs_lastmodifieddate)CRM, Marketing, and CMS streams
PipedriveAPI KeyYes (update_time)Deals, contacts, activities
Zoho CRMOAuth 2.0Yes (Modified_Time)
CopperAPI KeyYesGoogle Workspace native CRM

Databases

ConnectorAuth TypeIncremental SupportNotes
PostgreSQLUsername/PasswordYes (CDC or cursor)Logical replication CDC available
MySQLUsername/PasswordYes (CDC or cursor)Binlog CDC available
MongoDBConnection URIYes (cursor-based)Supports Atlas and self-hosted
DynamoDBAWS IAMFull Refresh onlyExports via S3
SQL Server (MSSQL)Username/PasswordYes (CDC or cursor)
Oracle DBUsername/PasswordYes (cursor-based)
Redshift (as source)Username/PasswordYesCross-account reads
Snowflake (as source)Key-pair / UsernameYes

Cloud Storage & Files

ConnectorAuth TypeIncremental SupportNotes
Amazon S3AWS IAM / Access KeyYes (by last modified)CSV, JSON, Parquet, Avro
Google Cloud StorageService AccountYes (by last modified)CSV, JSON, Parquet
Azure Blob StorageSAS Token / Connection StringYesCSV, JSON
SFTPSSH Key / PasswordYes (by last modified)
Google SheetsOAuth 2.0Full Refresh onlyMultiple tabs as streams

Analytics & Product

ConnectorAuth TypeIncremental SupportNotes
Google Analytics 4OAuth 2.0 / Service AccountYes (by date)GA4 only; UA deprecated
MixpanelService AccountYes (by date)Events, funnels, cohorts
AmplitudeAPI Key + SecretYes (by date)
SegmentFunction (webhook)Yes
PostHogAPI KeyYes

Finance & Billing

ConnectorAuth TypeIncremental SupportNotes
StripeAPI Key (restricted)Yes (created, updated)Charges, invoices, customers, subscriptions
QuickBooks OnlineOAuth 2.0YesP&L, balance sheet, transactions
XeroOAuth 2.0Yes
NetSuiteOAuth 1.0aYes
ChargebeeAPI KeyYesSubscriptions, invoices, plans

Productivity & Collaboration

ConnectorAuth TypeIncremental SupportNotes
NotionOAuth 2.0YesDatabases, pages, blocks
AirtableAPI Key / OAuth 2.0YesBases and tables as streams
JiraAPI TokenYesIssues, sprints, projects
ConfluenceAPI TokenYes (by version.when)Pages, spaces
LinearAPI KeyYesIssues, projects, cycles

Marketing

ConnectorAuth TypeIncremental SupportNotes
MailchimpAPI Key / OAuth 2.0YesLists, campaigns, members
KlaviyoAPI KeyYes
Facebook AdsOAuth 2.0Yes (by date)Ad insights, campaigns, ad sets
Google AdsOAuth 2.0YesCampaigns, ad groups, keywords
LinkedIn AdsOAuth 2.0Yes
TikTok AdsOAuth 2.0Yes

Communication & Support

ConnectorAuth TypeIncremental SupportNotes
SlackOAuth 2.0YesChannels, messages, users
Zendesk SupportOAuth 2.0 / API TokenYes (updated_at)Tickets, agents, orgs
IntercomOAuth 2.0YesConversations, contacts, events
FreshdeskAPI KeyYes

DevOps & Engineering

ConnectorAuth TypeIncremental SupportNotes
GitHubOAuth 2.0 / PATYesRepos, PRs, issues, commits
GitLabOAuth 2.0 / PATYes
PagerDutyAPI KeyYesIncidents, services, escalations
DatadogAPI + App KeyYesMetrics, logs, events

Connector Versioning

Each connector follows semantic versioning (e.g., 2.1.4). When a new connector version is published:

  1. Calabi notifies workspace admins via in-app banner.
  2. You can review the changelog before upgrading.
  3. Upgrades apply at the connection level — other connections using the same connector type are unaffected.
Breaking changes in major versions

Major version bumps (e.g., 1.x → 2.x) may introduce schema changes or new required configuration fields. Always review the changelog before upgrading in production.

To check the version of a connector in use:

  1. Navigate to Sources → [source name].
  2. The connector version is shown in the source detail sidebar.

Custom Connectors

On the Enterprise tier, you can deploy custom connectors built with the Connector Development Kit (CDK):

  • Python-based connector framework with built-in OAuth, pagination, and retry handling
  • Local development and testing tooling included
  • Containerized deployment — custom connectors run alongside certified connectors
  • Full access to incremental sync primitives (cursor, state management)
Custom connector support

Custom connectors are scoped to your workspace and are not published to the public catalog. Contact your Calabi account team to start a custom connector engagement.


Requesting a New Connector

If you need a connector that isn't listed:

  1. Submit a request via Calabi Connect → Connectors → Request Connector.
  2. Include the source name, API documentation URL, and your use case.
  3. The Calabi team will assess feasibility and add it to the roadmap.

Connector requests from Enterprise customers receive priority scheduling.


Next Steps