Email Notifications
Set up reliable email notifications for instant alerts about your infrastructure events. Email notifications are available on all AstroPulse plans and provide a universal communication method for your team.
Add an email channel
Register the email address that should receive notifications. Use whichever surface fits how you work; all three configure the same channel and validate the address.
Console
- Navigate to Settings → Notifications in the AstroPulse Console
- Click Add Channel
- Select Email as the channel type
- Enter your email address
- Click Create Channel
CLI
astroctl notifications integrations configure --channel email --email admin@company.com
See the astroctl notifications integrations configure reference for every flag.
Nova
Ask Nova in plain language to add an email address as a notification channel.
"Add ops@example.com as an email notification channel."
Subscribe to topics
Choose which events reach your email. Available topics include Cluster Pipeline (infrastructure lifecycle) and Application Pipeline (deployment and application updates).
Console
- Click Add Subscription
- Choose the events you want to monitor
- Select Email as your notification channel
- Click Subscribe
CLI
astroctl notifications subscriptions upsert --topic cluster-pipeline --channels email
See the astroctl notifications subscriptions upsert reference for the full topic list and flags.
Nova
Tell Nova which events you want delivered by email and it creates the matching subscriptions.
"Email me cluster pipeline notifications."
📧 Features
Built-in Validation
- Automatic email address format validation
- Real-time feedback on invalid addresses
- Prevents configuration errors
Reliable Delivery
- Enterprise-grade email infrastructure
- Delivery confirmation tracking
- Retry mechanisms for failed deliveries
Universal Compatibility
- Works with any email provider
- No special setup required
- Compatible with email filters and rules
⚙️ Configuration Options
- Click Add Channel again
- Enter a different email address
- Create separate subscriptions for different topics
Channel Management
- Enable/Disable: Toggle email notifications on/off without losing configuration
- Edit Settings: Update email addresses as needed
- Delete Channel: Remove email channels you no longer need
📋 Best Practices
Email Organization
- Use team emails: Set up shared team inboxes for collaborative monitoring
- Filter by topics: Create email rules to organize notifications by event type
- Avoid personal emails: Use dedicated monitoring email addresses for production alerts
Subscription Strategy
- Start selective: Begin with critical events only
- Expand gradually: Add more topics as you understand the notification volume
- Review regularly: Remove subscriptions for events you no longer monitor
Deliverability
- Whitelist domains: Add
@astropulse.ioto your email whitelist - Check spam folders: Initial notifications might be filtered
- Monitor delivery: Ensure notifications are reaching your inbox
🛠 Troubleshooting
Not Receiving Emails
Check Channel Status:
- Go to Settings → Notifications
- Verify your email channel is enabled (green status)
- Check that your subscription is active
Verify Email Address:
- Ensure the email address is spelled correctly
- Check for typos in the domain name
- Confirm the email account is active
Check Email Filters:
- Look in your spam/junk folder
- Check email rules that might be filtering messages
- Search for emails from
noreply@astropulse.io
Whitelist AstroPulse: Add these to your email whitelist:
@astropulse.ionoreply@astropulse.ionotifications@astropulse.io
Email Validation Errors
"Invalid email format":
- Ensure proper email format:
user@domain.com - Remove extra spaces before/after the email
- Check for special characters that might not be supported
"Email already in use":
- Each email can only be used once per organization
- Use a different email address or update the existing channel
Delivery Delays
Email notifications are typically delivered within:
- Immediate: < 30 seconds for critical alerts
- Standard: 1-2 minutes for regular notifications
- Delayed: Up to 5 minutes during high volume periods
If delays persist:
- Check your email provider's status
- Verify network connectivity
- Contact support@astropulse.io
🔗 Integration with Email Tools
Email Rules and Filters
Set up email rules to automatically:
- Organize: Sort notifications into dedicated folders
- Forward: Send critical alerts to on-call team members
- Label: Tag notifications by priority or event type
Third-Party Integration
Email notifications work seamlessly with:
- Gmail: Labels, filters, and forwarding rules
- Outlook: Rules, categories, and shared mailboxes
- Apple Mail: Rules and smart mailboxes
- Thunderbird: Message filters and tags
📈 Advanced Usage
Multiple Organizations
If you're part of multiple organizations:
- Each organization has separate email channel configuration
- Use different email addresses for different organizations
- Configure subscriptions independently per organization
Bulk Operations
- Unsubscribe All: Opt out of all email notifications (compliance-friendly)
- Resubscribe All: Re-enable all previously disabled subscriptions
- Channel Toggle: Temporarily disable without losing configuration
Next Steps
- Add team notifications: Set up Slack integration for Enterprise teams
- Customize alerts: Configure topic subscriptions for specific events
- Monitor delivery: Verify notifications are reaching your inbox
Need help? Contact support@astropulse.io.