AlertSettings Object
Contains information about the alert settings for the business.
This object is used by the following operations:
- GET /api/businesses/{BusinessID}/alertsettings
- PUT /api/businesses/{BusinessID}/alertsettings
- Operations that reference the Business object
- Operations that reference the BusinessSettings object
The properties included in the AlertSettings object are listed below.
Property | Type | Description |
---|---|---|
AlertWorkflowDefKey | string | The unique workflow definition key for the custom workflow for alerts, if a custom workflow for alerts is in use. |
AlertCommentWorkflowDefKey | string | The unique workflow definition key for the custom workflow for comments on alerts, if a custom workflow for comments on alerts is in use. |
AutoPublish | boolean | Indicates whether alerts are published automatically (true) or are moderated (false). |
MarkdownSupport | string | Indicates whether markdown is supported for the resource. Valid values: com.soa.feature.enabled or com.soa.feature.disabled. |
ExternalLinkSupport | string | Indicates whether external links are supported in markdown copy being added for the resource. Valid values: com.soa.feature.enabled or com.soa.feature.disabled. |