Skip to main content

Notifications and Integrations

Home · Generic Index · Chain Overlays

This document covers Slack and PagerDuty integrations managed by the dApp and triggered by background jobs.

Integration Topology

Notification Flow

Key code paths:

  • Integrations contract: credible-layer-dapp/packages/dapp-api/src/v1/contracts/integrations.ts
  • Integrations router: credible-layer-dapp/packages/dapp-api/src/v1/routers/integrations/index.ts
  • Notification jobs: credible-layer-dapp/packages/inngest/src/functions/send-slack-notification.ts
  • PagerDuty jobs: credible-layer-dapp/packages/inngest/src/functions/send-pagerduty-notification.ts