Skip to content
API & automation

Integrations

Connect Slack, Teams, PagerDuty, Datadog and five more, 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/..."}}'
ProviderconfigWhat it does
slackwebhookUrl (incoming webhook)Posts a formatted message per event
discordwebhookUrlPosts a formatted message per event
teamswebhookUrl (incoming webhook)Posts to a Microsoft Teams channel
telegrambotToken + chatIdSends the event to a chat through your bot
datadogapiKey (+ optional site, e.g. datadoghq.eu)Sends events to your Datadog dashboard
sentrydsnReports provisioning failures and alerts as Sentry events
pagerdutyroutingKey (Events API v2)Triggers an incident — payment failures, quota thresholds
opsgenieapiKey (+ optional region: us or eu)Opens an alert and routes it on-call
githubtoken (repo scope) + repoFires a repository_dispatch you can hook in Actions

Secret fields (webhookUrl, botToken, apiKey, dsn, routingKey, token) are encrypted at rest and returned masked.

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.