Skip to content

Add Slack notification channel#38

Merged
venelinkochev merged 1 commit into
mainfrom
feat/slack-notifications
May 14, 2026
Merged

Add Slack notification channel#38
venelinkochev merged 1 commit into
mainfrom
feat/slack-notifications

Conversation

@venelinkochev

Copy link
Copy Markdown
Contributor

Introduce Slack incoming-webhook support: add SlackWebhookChannel, Slack case to NotificationChannelType (label, channel mapping and sort order), and routeNotificationForSlack/isConfigured on NotificationChannel. Add Livewire UI and logic for adding/updating/deleting Slack channels (including validation and per-channel edits), show channel labels in monitor forms, and expose slackChannels to the settings view. Add factory helper, unit + feature tests, and README docs. Add migration to allow multiple channels per type by dropping the unique user_id+type constraint, adding a label column, and indexing user_id+type.

Introduce Slack incoming-webhook support: add SlackWebhookChannel, Slack case to NotificationChannelType (label, channel mapping and sort order), and routeNotificationForSlack/isConfigured on NotificationChannel. Add Livewire UI and logic for adding/updating/deleting Slack channels (including validation and per-channel edits), show channel labels in monitor forms, and expose slackChannels to the settings view. Add factory helper, unit + feature tests, and README docs. Add migration to allow multiple channels per type by dropping the unique user_id+type constraint, adding a label column, and indexing user_id+type.
@venelinkochev venelinkochev merged commit edb29e7 into main May 14, 2026
2 checks passed
@venelinkochev venelinkochev deleted the feat/slack-notifications branch May 14, 2026 13:17
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.

1 participant