Darkmon - Generic Notify

Provider-agnostic notification dispatcher. Reads "Darkmon - Notification Provider" List for the configured target (slack | teams | email | servicenow | jira) and routes to the matching command.

Darkmon · 9 tasks · 5 inputs · 0 outputs

Inputs

  • Subject — Short subject of the notification.
  • Body — Body of the notification (markdown supported by most providers).
  • SlackChannel — Slack channel (used only when provider=slack).
  • TeamsChannel — Teams channel (used only when provider=teams).
  • EmailTo — Email recipients (used only when provider=email).

Flowchart

slack teams email servicenow jira Start Start Provider switch Provider switch Send Slack message Send Slack message Send Teams message Send Teams message Send email Send email Create ServiceNow ticket Create ServiceNow ticket Create Jira issue Create Jira issue Fallback: log to War Room - PrintErrorEntry Fallback: log to War Room PrintErrorEntry Done Done