Configure your Alerting Outputs
Learn how to configure or update the destinations for receiving notifications.
Last updated
Learn how to configure or update the destinations for receiving notifications.
Last updated
Sentry is an automated notification system that delivers real-time alerts through various outputs. To effectively send notifications, the system requires information about the specific URL or device to which these notifications should be directed.
Currently, Sentry supports two types of outputs:
Webhook: Enables receiving notifications on a server. This allows the account to process these notifications using custom logic or to redistribute them as needed.
Telegram: Allows direct receipt of push notification messages on a device, eliminating the need for a server setup.
Scope: Outputs are defined at the account level, with one configuration per account. By default, no outputs are configured. Instructions below guide you on how to set up or update these outputs.
Note: Both outputs can be utilized concurrently, offering flexibility in how you receive alerts.
PUT https://sentry.aleno.ai/account
No query parameters.
Name | required | Type | Description |
---|---|---|---|
If the output has been successfully updated, it returns an AlertOutputs object with the new configurations associated with your account:
webhookUrl
optional
String or Null
Target webhook URL on which you want to receive notifications. If set to null, the system won't send you notifications
telegramChannelId
optional
String or Null
Telegram channel ID on which you want to receive notifications. If set to null, the system won't send you notifications. See the docs to configure a channel.
Id must start with '-'.