Forward message as mail by Slack reaction.
323
Slack RTM (reaction to mail) checks Slack reaction event and forward message as mail. This application is compatible with messages sent by Slack RSS App.
You ...
:eyes:) to a message you want to read later.Slack RTM ...
:email:(success) or :x:(failure)) to the message.There are required permissions of your app.
channel_createdchannel_renamereaction_addedchannels:historychannels:readreactions:readreactions:write./conf/slack_rtm.conf../conf/mail.txt.Tips: Leading :/ will be replaced with cwd(/path/to/slack-rtm/slack_rtm) in mail_command(default: :/bin/send_feed) and mail_body_file(default: ./conf/mail.txt)
slack_app_id: Basic Information -> App IDslack_verify_token: Basic Information -> Verification Tokenslack_access_token: OAuth & Permissions -> OAuth Access Tokenmail_command: Path to executable to send mail.
mail_subject(formatted), mail_from, mail_to and mail_command_options(extracted).mail_frommail_tomail_command_options: list of mail_command options. :/slack_rtm/bin/send_feed uses Heirloom mailx (example: ["-S", "smtp=smtp://smtp.example.com:25"]).mail_subject: Use Python string formatting style with title and sitename.mail_body_file: Path to text file in Python string formatting style with url and description (sample: slack_rtm/conf/example-mail.txt).target_channel_names: If source channel of reaction event is in these, check reaction with target_reactions.target_reactions: If reaction name is in these, send mail to mail_to.success_reaction: If mail_command succeed, add this reaction to the message.failure_reaction: If mail_command failed, add this reaction to the message.api_endpoint: Events API request URL.api_endpoint" and test it.wip
Content type
Image
Digest
Size
355.9 MB
Last updated
over 5 years ago
docker pull amane/slack-rtm