send_alert_notification
Dispatch alerts to Slack, Teams, PagerDuty, email, or SMS with severity and context to ensure rapid response.
Instructions
Send alert notifications to configured channels.
Pushes notifications to Slack, Microsoft Teams, PagerDuty, email, or SMS to ensure rapid response team awareness.
Args: message: Alert message to send channels: List of channels ("slack", "teams", "pagerduty", "email", "sms") severity: Alert severity level include_details: Whether to include full context in notification
Returns: Dictionary with delivery status for each channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| channels | No | ||
| severity | No | medium | |
| include_details | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |