Send alerts when an SQL Query evaluates to true.
If the SQL Query evaluates to True, send Slack messages with the content specified.
Variables
Postgres Database to run the SQL Steps on.
SQL Steps to run. Last statement result can be multiple rows and columns. Result must have a "sendalert" column that contains a True or False value.
SQL Query to run after alerts are sent. Does not generate new alerts.
Parameters to use in your SQL Steps, if any. Refer to slide out help for more information.
Token to use to authenticate with the Slack workspace containing the channel to post in.
Channel to post the message in.
Message to post in the Slack channel.