Open
Description
We have some code that we use at Honeybadger for sending broadcasts with Heya:
https://gist.github.com/stympy/3d76041365a61085ddcf01a3461f65f1
We should bring that into Heya, and also have a web UI for sending broadcasts... perhaps a mountable app like sidekiq has. Maybe a basic V1 could just have a text box for taking the markdown content of the email, and then some way to specify a list of recipients. An ActiveRecord query to run via eval? A list of user ids? Suggestions are welcome. :)