Skip to content

Commit 2d6f940

Browse files
feat(sms): add generic SMS alert channel with HTTP POST support
- Introduced a new SMS alert channel that allows sending notifications via any SMS API. - The channel supports configuration through environment variables or directly in the details. - Added validation for required fields such as api_url and recipients. - Implemented message truncation to comply with SMS character limits. - Updated tests to cover the new SMS channel functionality and ensure proper validation and sending behavior. - Removed deprecated alert channels including Slack, Telegram, Teams, PagerDuty, and others from the codebase.
1 parent 101cff7 commit 2d6f940

14 files changed

Lines changed: 354 additions & 1095 deletions

File tree

schema-monitor/alerts/custom_script.py

Lines changed: 0 additions & 128 deletions
This file was deleted.

schema-monitor/alerts/discord.py

Lines changed: 0 additions & 135 deletions
This file was deleted.

schema-monitor/alerts/generic_webhook.py

Lines changed: 0 additions & 112 deletions
This file was deleted.

0 commit comments

Comments
 (0)