Skip to content

feat: Implement Slack App Integration for System Health Alerts#373

Closed
Meet-hybrid wants to merge 1 commit intoEDOHWARES:mainfrom
Meet-hybrid:Slack-App-Integration-for-System-Status-Alerts
Closed

feat: Implement Slack App Integration for System Health Alerts#373
Meet-hybrid wants to merge 1 commit intoEDOHWARES:mainfrom
Meet-hybrid:Slack-App-Integration-for-System-Status-Alerts

Conversation

@Meet-hybrid
Copy link
Copy Markdown

Closes #270

feat(backend): Add Slack App Integration for System Status Alerts


🎯 Summary

Implements a Slack app integration for the EventHorizon platform that posts
system health notifications to configured Slack channels, supports interactive
buttons for acknowledging or retrying events, and provides granular alerting rules.

📋 Problem

As EventHorizon scales, operators need real-time visibility into system health
and the ability to respond to critical events directly from Slack without
switching to the dashboard.

✨ Solution

A Slack app integration with the following components:

  1. Slack Notifier Service — Posts system health alerts to configured channels
  2. Interactive Buttons — Acknowledge or retry failed events directly from Slack
  3. Granular Alerting Rules — Configure per-trigger or system-wide alert thresholds
  4. Slash Command Support — Query system status from within Slack

🚀 Features

  • Health Notifications — Alerts posted to Slack on trigger failures, queue
    backlogs, or contract errors
  • Interactive Actions — Acknowledge or retry events via Slack button clicks
  • Alerting Rules — Configurable thresholds per event type, contract, or trigger
  • Webhook Verification — Slack request signature verification for security

📦 Files Changed

New Files

- Added HealthCheckSchedulerService to manage periodic health checks for organizations.
- Introduced SlackAppHandlerService to handle Slack interactions and integrate with alert management.
- Developed SystemHealthMonitorService to collect and track system health metrics.
- Created HealthMonitorWorker for background health monitoring and alerting.
- Added comprehensive documentation for Slack app integration, including setup, API endpoints, and troubleshooting.
- Implemented alert rules and notification handling for Slack, including acknowledgment and retry actions.
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Apr 29, 2026

@Meet-hybrid Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@EDOHWARES
Copy link
Copy Markdown
Owner

Nice implementation, lgtm!

1 similar comment
@EDOHWARES
Copy link
Copy Markdown
Owner

Nice implementation, lgtm!

@EDOHWARES EDOHWARES closed this May 1, 2026
@Meet-hybrid
Copy link
Copy Markdown
Author

Nice implementation, lgtm!

But my point wasn't awarded to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Backend: Slack App Integration for System Status Alerts

2 participants