Settings

Configure integrations and preferences

Webhook Endpoint
Send alerts to Ingren from your monitoring tools

Supported formats:

  • Slack: { "type": "slack", "messages": [...] }
  • CloudWatch: Direct SNS notification
  • Generic: { "title": "...", "severity": "critical|warning|info" }
Slack Integration
Send critical alerts with AI recommendations to Slack

Create an incoming webhook in your Slack workspace settings

Optional: Use a Slack Bot for more features

Channel to post alerts (only used with Bot Token)

How it works:

  1. Critical alerts received via webhook trigger a notification
  2. AI generates a recommendation based on the alert content
  3. The alert + recommendation is sent to your configured Slack channel
Environment Variables
Configure these in your .env.local file for persistent settings

DATABASE_URL=postgres://...

OPENAI_API_KEY=sk-...

SLACK_WEBHOOK_URL=https://hooks.slack.com/...

SLACK_BOT_TOKEN=xoxb-... (optional)

SLACK_CHANNEL=#alerts (optional)

WEBHOOK_SECRET=your-secret (optional)

Status
Current integration status

Database

Required for storing alerts

Configure DATABASE_URL

OpenAI

Required for AI recommendations

Configure OPENAI_API_KEY

Slack Webhook

Required for Slack notifications

Configure SLACK_WEBHOOK_URL
Danger Zone
Irreversible actions

Clear All Alerts

Delete all imported alert data and analysis