Enterprise solution to centralize water management emails for ad-hoc and automated processes.
Add the queue needed to allow sending an email via the API.
Needs
- Send email from Batch python script
- Send email from INTERNAL wm webpage
- Send alert if a threshold is met i.e. ELEV is above a threshold (event based)
- Forecast product notifications (Forecast is made, trigger email with rich text)
Considered
- Allow districts to send emails from the scripts directly via the AWS API / SES
- Text to Voice service (Does not exist now, but nice to have)
- Read receipt, proof it was sent out (does not exist yet)
- Frequency of an alert exists until the receipt is done : Looking at TS and alerting based on delta or threshold Make Sure we have looked at the open source options that could provide. SHOULD this go in the OpenDCS alarm system?
- Limitation on INBOUND messages to CWBI?
- Consider that the same queue could be used by OpenDCS to trigger alerts
- From @usace.army.mil vs @cwbi.mil
- Template / Config for how/when/what email to send
- "send my daily email" > queue message knows what this is from a config/template
- Can get email from G6 for Dev/Test/Prod (For @USACE)
- Must make sure we ask that it can send OUTSIDE corpsnet (not internal)
Enterprise solution to centralize water management emails for ad-hoc and automated processes.
Add the queue needed to allow sending an email via the API.
Needs
Considered