Notifier microservice
Notifier
responsibilities:
- Receive JSON notification,
- Dispatch them to various recipients according to matching rules.
Plugins configuration
- Notifier plugins overview shows you how to configure Notifier. Highly recommended
- Rule matchers guide
- Recipient senders guide
API Guides
- Publish a notification request shows you how to create a Notification request and sent it to Notifier
REST API
- The microservice REST API auto generated using OpenAPI.
- The import plugin configuration REST API to configure notifier plugins.
Architecture
To learn more about how the microservice is designed, refer to the following documentation notifier architecture.