> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cometly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# list_integrations

> Every connected integration in this space — OAuth (HubSpot, Shopify, Slack, ...) and inbound webhooks.

## Parameters

| Parameter | Type   | Required | Description                         |
| --------- | ------ | -------- | ----------------------------------- |
| `format`  | string | No       | `csv` (default), `json`, or `yaml`. |

## Output

```csv theme={null}
provider,kind,name,status,last_active_at
hubspot,oauth,Acme HubSpot,connected,2026-05-15T13:48:00Z
shopify,oauth,acme.myshopify.com,connected,2026-05-15T14:00:00Z
slack,oauth,Acme Workspace,connected,2026-05-15T11:22:00Z
shopify,webhook,Shopify orders/paid → purchase,enabled,2026-05-15T14:08:00Z
```

* `kind: oauth` rows are OAuth-managed integrations (HubSpot, Shopify, Slack, …).
* `kind: webhook` rows are inbound webhook subscriptions (from the `webhooks` table). The `name` column carries the description or event name; `status` is `enabled` / `disabled`.

For per-webhook receipt history use [`list_recent_webhooks`](/mcp/tools/list-recent-webhooks). For event-mapping rules use [`list_event_mappings`](/mcp/tools/list-event-mappings).
