Learn more about SMS alerts in the SMS alert documentation.
Configuration
Configure SMS-specific settings:
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
phoneNumber | string | ✅ | - | Phone number in international format (e.g., +1234567890) |
name | string | ❌ | - | Friendly name for the SMS alert channel (e.g. “Tim’s phone”) |
SMS Alert Channel Options
Phone number to send SMS notifications to. Each SmsAlertChannel supports only one phone number.Usage:Use cases: Team notifications, individual alerts, role-based alerting.
Friendly name for the SMS alert channel (e.g. “Tim’s phone”).Usage:Use cases: Personalization, user-friendly identification, role-based alerting.
General Alert Channel Options
Whether to send notifications when checks recover from failure or degraded state.Usage:Examples:Use cases: Recovery confirmation, operational awareness, noise reduction.
Whether to send notifications when checks fail.Usage:Examples:Use cases: Incident response, failure monitoring, operational alerting.
Whether to send notifications when API checks degrade (performance thresholds exceeded but not failed).Usage:Use cases: Performance monitoring, early warning systems, SLA tracking.
Whether to send notifications for SSL certificate expiry warnings.Usage:Use cases: Certificate management, security compliance, proactive maintenance.
Number of days before SSL certificate expiry to send notifications. Only relevant when Use cases: Certificate renewal planning, compliance management, operational scheduling.
sslExpiry
is enabled.Usage:SMS Alert Channel Examples
Phone Number Format
The phone numbers used for SMS alerting need to be in E.164 format format. Stick to the following rules and you’ll be fine:- Prepend international access codes with a + sign
- Do not use any white spaces
- Use up to 15 characters
Combining with Other Alert Channels
SMS works well in combination with other notification methods:Best Practices
SMS Limits: Be mindful of SMS costs and potential rate limits. Use SMS for truly critical alerts and combine with other notification methods for comprehensive coverage.