Integrations API
List integrations
Returns all configured integrations for your organization.
Response 200 OK
Create or update integration
Creates a new integration or updates an existing one.
Request body
| Field | Type | Required | Description |
|---|---|---|---|
type | string | Yes | "slack" |
config | object | Yes | Integration-specific configuration |
enabled | boolean | No | Enable or disable (default true) |
Slack config
Response 200 OK
Test integration
Sends a test message through the integration to verify connectivity.
Response 200 OK