Notification Channels

Configure multiple notification channels to receive alerts through your preferred methods

Email Notifications
Send alerts directly to email addresses

Setting Up Email

  1. Go to Dashboard Settings → Notifications
  2. Click "Add Email Channel"
  3. Enter email address and verify
  4. Configure alert types to receive

Pro Tip: Add multiple email addresses to notify different team members for different alert types

Slack Integration
Post alerts to Slack channels

Connecting Slack

  1. Navigate to Notifications in Dashboard
  2. Click "Add to Slack" button
  3. Authorize SEER in your workspace
  4. Select channels to post alerts

Slack Features

  • Rich formatted messages with status colors
  • Direct links to pipeline details
  • Channel-specific routing
  • Thread support for related alerts
Webhook Notifications
Send alerts to custom webhook endpoints

Webhook Setup

  1. Create a webhook endpoint in your system
  2. Add webhook URL in SEER dashboard
  3. Configure authentication headers
  4. Test the webhook connection

Webhook Payload

{
  "event": "pipeline_failed",
  "pipeline_id": "uuid",
  "pipeline_name": "ETL Pipeline",
  "status": "failed",
  "timestamp": "2025-11-27T10:30:00Z",
  "error_message": "Connection timeout",
  "dashboard_url": "https://seer.ansrstudio.com/..."
}
Channel Management
Best practices for managing notification channels

Recommended Setup

  • Critical alerts: Email + Slack to on-call channel
  • Warnings: Slack to monitoring channel
  • Success notifications: Email digest (optional)
  • Custom integrations: Webhooks to PagerDuty, Opsgenie, etc.

Note: Configure notification throttling to avoid alert fatigue during repeated failures