-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Steve Shortt edited this page Nov 11, 2018
·
7 revisions
- mobile first
- notifications-oriented display
- 1-click resolution
- integration with popular tools -> slack, teams, trello (task trackers, chatbots)
- rag dash, routes back to 1-click resolution
- simple reporters notification publishing interface
- host text/html
- extensible resolver from generic abstraction
Scripts, Services, or Agents that discover and forward actionable data to the Relay tier.
A Syntinel-provided Reporter.
- Formats Reporter data to "Signal"
- Sends Signal message to Subscribers (push notification)
- Record Signal message in Store
- Includes Gateway for Signal Cue Response
Receives client response and passes to automation provider.
- Broker: examines config for redirect to proper Resolver
- Resolver: Automation provider, could be “anything, anywhere”

- JSON message that contains
- Cues
- Options for resolving Signal message
- UI Abstraction
- Generic JSON to describe UI
- Subscriber choice implements for client requirement
- Default Cue Choice
- Optional timeout for default Cue
- Cues
- JSON layout for translation to miscellaneous client types
- Slack
- Teams
- HTML
- Text
- Support for “any” client architecture
- AWS Native (Lambda), redirects to “anything” under known provider model
- Proper automation provider to act on targets based on Cue response
- mvp 1: reporter service, signal file sans UI abstraction, email interface, existing inbound gateway
- mmp 1: reporter service, signal file with UI abstraction, email interface, API Gateway, fixed resolvers
- mvp 2: resolver abstraction, supporting signal config
- mmp 2: UI subscriber implementation, subscriber infra