-
Notifications
You must be signed in to change notification settings - Fork 1
Notifier
Matus Backor edited this page Nov 25, 2019
·
6 revisions
Notifier is a microservice responsible for sending notifications to the defined Microsoft Teams channels. It is used by other services of Kentico Kontent Docs (e.g Publisher and Samples Manager) for notifying about successful or failed run of caller microservice.
The service has a single EventGrid trigger.
The data of the event should have these properties:
-
mode
- one oferror
orsuccess
-
activityTitle
- the value of activity title of the notification in the team's channel -
text
- the value of text of the notification in the team's channel
The service is triggered by an HTTP request sent to the service's endpoint. Notifier creates a notification for Microsoft Teams and sends it to the defined team channels. Environment variable Teams.NotificationUrls
contains URLs of the teams to be notified concatenated with ;
. The service is able to send notification about successful run (mode="succes")
or failed run (mode="error")
.
- Overview
- Website
- Dispatcher
- Notifier
- Search Functionality
- GitHub Integration
- Bulk Publishing / Scheduling to Publish
- API Reference
- Integration Tests
- Content Models