Skip to main content

Overview

Set up email notifications to receive CodeWolf alerts, reports, and summaries directly in your inbox.

Prerequisites

  • Valid email address
  • CodeWolf account

Setup

1

Configure email preferences

Go to CodeWolf dashboard > Settings > Notifications > Email.Enter your email address and click Verify.
2

Verify email address

Check your inbox for a verification email from CodeWolf.Click the verification link to activate email notifications.
Check your spam folder if you don’t see the verification email within a few minutes.
3

Customize notification settings

Choose which events trigger email notifications:
  • Critical alerts
  • Security vulnerabilities
  • Daily summaries
  • Weekly reports
  • Deployment notifications

Notification types

Real-time alerts

Receive immediate notifications for:
  • Critical errors: Production issues requiring immediate attention
  • Security vulnerabilities: High and critical severity findings
  • Deployment failures: Failed deployments and rollbacks
  • Performance degradation: Significant performance drops
Critical alerts are sent immediately and cannot be batched or delayed.

Daily summaries

Get a daily digest of:
  • Code quality changes
  • New pull requests analyzed
  • Security scan results
  • Test coverage updates
  • Top contributors
Configure delivery time:
Delivery time: 9:00 AM (your timezone)

Weekly reports

Comprehensive weekly reports include:
  • Code quality trends
  • Security posture overview
  • Deployment frequency
  • Team productivity metrics
  • Recommendations and insights
Delivery schedule:
Day: Monday
Time: 9:00 AM (your timezone)

Custom alerts

Create custom email alerts based on conditions:
{
  "name": "Quality drop alert",
  "condition": {
    "metric": "quality_score",
    "operator": "less_than",
    "threshold": 80
  },
  "frequency": "immediate",
  "recipients": ["[email protected]"]
}

Email templates

CodeWolf sends professionally formatted emails:

Alert email structure

  • Subject: Clear, actionable subject line
  • Summary: Quick overview of the issue
  • Details: Comprehensive information
  • Action items: Recommended next steps
  • Links: Direct links to dashboard and affected resources

Report email structure

  • Header: Report type and time period
  • Key metrics: Visual summary of important data
  • Trends: Charts showing changes over time
  • Insights: AI-generated observations
  • Footer: Links to full dashboard

Team notifications

Configure team-wide email notifications:
Send notifications to multiple recipients:

Email preferences

Customize email behavior:
frequency
string
default:"immediate"
Notification frequency: immediate, hourly, daily, weekly
format
string
default:"html"
Email format: html, plain_text
batch_alerts
boolean
default:"false"
Batch multiple alerts into single email
include_charts
boolean
default:"true"
Include visual charts in reports
quiet_hours
object
Suppress non-critical emails during specified hours
{
  "enabled": true,
  "start": "22:00",
  "end": "08:00",
  "timezone": "America/New_York"
}

Filtering notifications

Reduce email noise with smart filtering:

By severity

Only receive emails for:
  • Critical and high severity issues
  • Medium severity and above
  • All severities

By repository

Filter by specific repositories or patterns:
Include: myorg/production-*
Exclude: myorg/archive-*

By event type

Choose which events trigger emails:
  • ✅ Security vulnerabilities
  • ✅ Deployment failures
  • ✅ Quality drops
  • ❌ Info notifications
  • ❌ Routine scans

Unsubscribe

Manage email subscriptions:
  • Unsubscribe from specific alerts: Adjust notification settings
  • Unsubscribe from all emails: Click unsubscribe link in any email
  • Re-subscribe: Visit notification settings to re-enable
Critical security alerts cannot be fully disabled for account owners.

Email deliverability

Ensure CodeWolf emails reach your inbox:

Whitelist sender

Add these addresses to your allow list:

SPF and DKIM

CodeWolf emails are authenticated with:
  • SPF records
  • DKIM signatures
  • DMARC policies

Corporate email filters

If using corporate email, ask your IT team to whitelist @codewolf.ai domain.

Troubleshooting

  • Check spam/junk folder
  • Verify email address is correct and verified
  • Review notification preferences are enabled
  • Check corporate email filters aren’t blocking CodeWolf
  • Confirm alerts are being triggered in the dashboard
  • Enable email batching to combine multiple alerts
  • Adjust severity filters to reduce noise
  • Set up quiet hours for non-critical notifications
  • Switch to daily/weekly summaries instead of real-time
  • Add CodeWolf to your contacts
  • Mark emails as “Not Spam”
  • Whitelist @codewolf.ai domain
  • Check with IT about corporate filters