Connectors

Setting Up Connectors

1. Go to **Settings** and add your Composio API key

2. Navigate to **Connectors** and click **Add Connector**

3. Select a service from the registry

4. Choose ingestion mode: Webhook Push or Polling Pull

5. Configure any service-specific settings

Webhook Push

The service sends events directly to your EventStream webhook URL. This is the preferred mode for services that support webhooks. Your ingest endpoint is:

`POST /ingest/:orgId/:connectorId`

Polling Pull

EventStream periodically polls the service's API for new events. Useful for services without webhook support. Default interval: 5 minutes, managed by Cloudflare Cron Triggers.

Supported Services

We support 500+ services via Composio, including Stripe, GitHub, Slack, HubSpot, Salesforce, PagerDuty, Linear, AWS, Google Workspace, Okta, QuickBooks, and many more.