Skip to content

YoApp/slack-yo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yo Slack Integration by @jasdev

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.

Requirements

  • 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!

Setup

  1. Clone this repo locally. git clone https://github.com/Jasdev/slack-yo.git
  2. cd slack-yo
  3. heroku login
  4. heroku create
  5. heroku config:set YO_API_TOKEN=[YOUR_YO_API_TOKEN]
  • Make sure to replace '[YOUR_YO_API_TOKEN]'
  1. git push heroku master
  2. heroku info
  • Copy the outputted URL on the last line to your clipboard
  1. Head over to your team's Slack 'Outgoing WebHooks' page
  2. Click Add Outgoing Webhook
  3. Click Save Integration
  4. Have everyone on your team send a Yo to the username you sent in the form to obtain a Yo API Key!
  5. Try it out in Slack!

Releases

No releases published

Packages

No packages published