fix: clarify feature flag behavior for Slack notifications in documentation
This commit is contained in:
@@ -37,8 +37,6 @@ Email notifications send HTML-branded alerts directly to one or more email addre
|
||||
|
||||
Email notifications use built-in HTML templates with Charon branding — no JSON template editing is required.
|
||||
|
||||
> **Feature Flag:** Email notifications must be enabled via `feature.notifications.service.email.enabled` in **Settings** → **Feature Flags** before the Email provider option appears.
|
||||
|
||||
### Why JSON Templates?
|
||||
|
||||
JSON templates give you complete control over notification formatting, allowing you to:
|
||||
@@ -193,8 +191,6 @@ Slack notifications send messages to a channel using an Incoming Webhook URL.
|
||||
|
||||
> **Security:** Your Webhook URL is stored securely and is never exposed in API responses. The settings page only shows a `has_token: true` indicator, so your URL stays private even if someone gains read-only access to the API.
|
||||
|
||||
> **Feature Flag:** Slack notifications must be enabled via `feature.notifications.service.slack.enabled` in **Settings** → **Feature Flags** before the Slack provider option appears.
|
||||
|
||||
#### Basic Message
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user