A package for Telescope Nova: automatically send your posts as messages to any connected Slack Team.
Type meteor add xavcz:nova-slack
in your console within the Nova folder.
Once the package is installed:
-
You first need to create a Slack App.
-
Configure the redirect URI as
http://your-telescope-app.com/
. -
Register your App Client Id & App Client Secret to
your settings.json
file:
{
public: {
...
"slackAppClientId": "my-slack-app-client-id"
},
...
"slackAppClientSecret": "my-slack-app-secret"
}
- Add a wild "Add to Slack" button by extending any components of your choice :
<Telescope.components.SlackButton />