Ever want to get your team's attention when you have standup or an important meeting? You've come to the right place yo. With this repo, you can quickly setup an outgoing webhook from your Slack channels to Yo the team at a moment's notice.
- A Heroku account
- Heroku Toolbelt installed
- A Yo API key
- Access to your team's Slack 'Outgoing WebHooks' page
- https://[YOUR_SLACK_DOMAIN]/services/new/outgoing-webhook
- Note: This integration will only work from within Channels within Slack!
- Clone this repo locally.
git clone https://github.com/Jasdev/slack-yo.git cd slack-yoheroku loginheroku createheroku config:set YO_API_TOKEN=[YOUR_YO_API_TOKEN]
- Make sure to replace '[YOUR_YO_API_TOKEN]'
git push heroku masterheroku info
- Copy the outputted URL on the last line to your clipboard