Slack – Send an email if someone posts a message into a Slack channel

emailslack

We are using Slack as a team. However, there are also parties that are not part of our team but can participate via a mailing list.

I want to set up a channel in Slack, say #mailinglist. Whenever some team member posts a message into this channel I want an email going out to the mailinglist address.

Best Answer

I solved this by using Slack's WebHook integration and let it call a little PHP script I wrote. The script takes the information and mails it.

The script is really simple and it's on GitHub.