-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(docs): reshape agent bot notifications guide to make it generic #524
base: main
Are you sure you want to change the base?
Conversation
|
||
```json | ||
{ | ||
"apiKey": "API_KEY", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have "apiUrl" as the first object property, and switch out the appropriate parts in the explanation?
}; | ||
``` | ||
|
||
## Telegram Notifications Alert Configuration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we title this ## Flare-Hosted Telegram Notifications Alert Configuration
``` | ||
|
||
Notifications will only be sent out for `danger` and `critical` levels, regardless of the configured level. | ||
This is enforced by the Telegram bot, which ignores other events to prevent unnecessary HTTP requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"unnecessary HTTP requests" -> "priority message delivery issues due to heavy load"
@nejc-flare-network please take another look |
{ | ||
"apiUrl": "NOTIFICATIONS_API_URL", | ||
"apiKey": "API_KEY", | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be without the linebreak
|
||
```json | ||
{ | ||
"apiKey": "API_KEY", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpicking, but can you switch out those two also :)
No description provided.