code4lib / job_board

https://jobs.code4lib.org
13 stars 5 forks source link

Send new job notifications to the code4lib slack #jobs channel #30

Closed cbeer closed 6 years ago

cbeer commented 7 years ago

Newly published jobs could be posted to the #jobs channel in the code4lib slack organization. There's already trivial integration for sending emails for new jobs:

https://github.com/code4lib/job_board/blob/master/app/models/job.rb#L23

Perhaps a similar pattern could be used for slack notifications?

cbeer commented 6 years ago

Fixed by #45