Skip to content
API & automation

Integrations

Connect Slack, Discord, Datadog, or GitHub and org events fan out to them automatically — no glue code.

Integrations are managed providers that receive your org events. Connect one and the same event bus that powers webhooks fans out to it — no endpoint or signature handling on your side.

From the Integrations page, or:

Terminal window
curl -X POST https://cloud.backlex.com/api/org/<org>/integrations \
-H "Authorization: Bearer pak_..." \
-H "Content-Type: application/json" \
-d '{"kind":"slack","config":{"webhookUrl":"https://hooks.slack.com/services/..."}}'
Providerconfig
slackwebhookUrl (incoming webhook)
discordwebhookUrl
datadogapiKey (+ optional site, e.g. datadoghq.eu)
githubtoken + repo — fires a repository_dispatch

Slack/Discord post a formatted message per event; Datadog sends events to your dashboard; GitHub dispatches a repository_dispatch you can hook in Actions.

Disconnect from the UI or DELETE /api/org/<org>/integrations/<id>. Everything is also available via the MCP integrations.* tools. Connecting and disconnecting requires the admin role.