Explore documentation
Severities API response params
Response body parameters
Namespace data
| Parameter | Type | Values |
|---|---|---|
id |
String | Id of the severity. |
type |
String | urgency |
attributes |
Object | Attributes object. See below. |
attributes.name |
String | Name of the severity. |
attributes.sms |
Boolean | Send SMS when new incident is created. |
attributes.call |
Boolean | Call when new incident is created. |
attributes.email |
Boolean | Send email when new incident is created. |
attributes.push |
Boolean | Send push notification when new incident is created. |
Note that the sms / call / email / push behavior of any severity can be customized by individual team members in their Notification settings.