# alert-notification-node-client
**Repository Path**: mirrors_SAP/alert-notification-node-client
## Basic Information
- **Project Name**: alert-notification-node-client
- **Description**: Promise based client library for SAP Alert Notification service for SAP BTP
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-02
- **Last Updated**: 2025-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# SAP Alert Notification service for SAP BTP Client
>*Promise based Node.js client library to support the usage of Alert Notification service*
[](https://help.sap.com/viewer/product/ALERT_NOTIFICATION/Cloud/en-US)
[](https://blogs.sap.com/tag/sap-cloud-platform-alert-notification/)
[](https://api.reuse.software/info/github.com/SAP/alert-notification-node-client)
## About
Alert Notification service is part of the DevOps portfolio of the SAP Business Technology Platform. The service is specialized in instant delivery of events coming straight from the core platform services, e.g. database or application monitoring tools. This way you're always the first one notified whenever an issue with your dependency occurs. Additionally, Alert Notification service provides means for posting real-time
crucial events directly from your application. All those events altogether - either your custom events, or the platform ones, could be received on whatever channel is preferred - e-mail, Slack, custom webhook, etc.
Furthermore, events can be even stored in Alert Notification service storage and pulled from it later.
### Library Features
* Post custom events;
* Pull your stored events – either the stored on purpose ones or those that have for some reason failed to be delivered to the desired point;
* Manage your configuration – actions, conditions and subscriptions
### Installation
```bash
$ npm i @sap_oss/alert-notification-client
```
## Getting Started
Anything you need to get quickly started with the library is available in our [documentation page](https://sap.github.io/alert-notification-node-client/).
Here is a very simple example on how to import and create your first Alert Notification service client:
```js
import {
AlertNotificationClient,
EntityType,
BasicAuthentication,
RegionUtils,
Severity,
Category
} from '@sap_oss/alert-notification-client';
const client = new AlertNotificationClient({
authentication: new BasicAuthentication({
username: '',
password: '