Description
Enhance the Slack bot to monitor data from an API and send alerts to a Slack channel if thresholds are exceeded. For example, if an API reading exceeds a specified value, the bot should send a notification to all members in the channel.
Tasks
Acceptance Criteria
- The bot reads data from the specified API endpoint.
- Notifications are sent to the Slack channel when the threshold is exceeded.
- All channel members are pinged in the notification.
Description
Enhance the Slack bot to monitor data from an API and send alerts to a Slack channel if thresholds are exceeded. For example, if an API reading exceeds a specified value, the bot should send a notification to all members in the channel.
Tasks
Acceptance Criteria