Skip to main content
Causeloop ships a catalog of managed connectors. Each connector handles scheduling, pagination, rate-limiting, and credential refresh automatically. You choose which connectors to enable in Settings → Integrations or via the API.
The catalog below reflects the connectors available in the current release. The full catalog is config-driven and grows with each release — call GET /v1/connector-catalog to see the live list for your instance.

Browsing the catalog via API

Each catalog entry includes:

Catalog by category

Operations & Incident Management

Observability & Error Tracking

Cloud Infrastructure

Security

Productivity & Collaboration

CRM & Customer Experience

HR & People

Data Platforms

Custom & Generic

Don’t see the tool you need? Use the Ingestion API to push records from any source, or build a custom integration using the Ingestion API and webhooks together.

Authentication types

OAuth 2.0 — Connectors marked oauth: true use the authorization-code flow. Causeloop redirects the user to the provider to grant access, exchanges the code for tokens, and refreshes automatically. No credentials are stored in plain text. API key — Connectors marked oauth: false require a static credential (API key, service account token, or client secret). You supply this when creating the connector. Causeloop encrypts it at rest.

What happens after you connect

Once a connector is active, Causeloop:
  1. Runs an initial backfill to pull historical data (configurable window)
  2. Switches to incremental syncs on your chosen schedule (default: every 30 minutes)
  3. Emits connector.sync.succeeded or connector.sync.failed events you can subscribe to via outbound webhooks
See Connecting a Source for the step-by-step setup guide.