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
Catalog by category
Operations & Incident Management
Observability & Error Tracking
Cloud Infrastructure
Security
Productivity & Collaboration
CRM & Customer Experience
HR & People
Data Platforms
Custom & Generic
Authentication types
OAuth 2.0 — Connectors markedoauth: 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:- Runs an initial backfill to pull historical data (configurable window)
- Switches to incremental syncs on your chosen schedule (default: every 30 minutes)
- Emits
connector.sync.succeededorconnector.sync.failedevents you can subscribe to via outbound webhooks