reminders - Slack integration for alarms or alerts -


i new slack. can't find integrations "alarm clock"-type integration, explained below.

what i'm looking reminder post 1 of our slack channels on set schedule. instance: each weekday @ 9 am, our #bug-fix channel gets message "do bug fix xyz thing."

i've searched slack's integrations page can't find this. can recommend integration this, or point me resource might able find one?

many in advance.


edit: i've found ifttt recipe looks promising, i'll share here in case 1 else has same question:

https://ifttt.com/recipes/177138-post-a-daily-reminder-to-a-slack-channel

however, don't know slack integrations ecosystem well. other suggestions appreciated.

i not sure if looking generalizable alarm clock static messages, or custom. can use incoming web hooks write own custom integration. create simple script schedule cron job run @ 9am. if it's weekend, script can exit, otherwise can grab data needs post (from whatever criteria want in bug tracking system, or wherever) , send slack channel.

if search github "slack webhook" find examples every language of sending message slack. make easy send messages channel.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -