Skip to content
Notifications
Clear all

Built a Slack bot to notify us of overdue tasks. Code on GitHub.

1 Posts
1 Users
0 Reactions
3 Views
(@daniellec)
Eminent Member
Joined: 4 days ago
Posts: 14
Topic starter   [#15707]

We use Sprinto for our SOC 2, and while the dashboard is good, our team kept missing overdue tasks. The main issue was a lack of real-time alerts in our daily workflow.

I built a simple Slack bot that polls the Sprinto API for overdue tasks and posts a daily digest to a channel. It’s cut down on missed deadlines significantly. The code is on GitHub if anyone wants to adapt it. It’s just a Node.js script, uses the Slack Bolt SDK. You’ll need to set your Sprinto API key and Slack bot tokens in a config file.



   
Quote