magma-labs / til

Today I Learned Server Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable Slack Feature for send TIL's posts to slack channel

vicmaster opened this issue · comments

Problem

Currently, there is no way to automatically send a new TIL post to the #support Slack channel in the Magmalabs Slack Workspace.

Proposed Solution

Add functionality or enable feature to allow the TIL app to automatically send a new post to the #support Slack channel in the Magmalabs Slack Workspace.

Additional Information

The TIL app already has some functionality built in for posting to Slack, with the slack_post_endpoint in the config/application.yml file. However, it is not clear if this is sufficient for the desired functionality, or if additional steps are necessary.