Hubot Bonusly integration (employee recognition with micro-bonuses)
HUBOT_BONUSLY_ADMIN_API_TOKEN
hubot give <amount> to <name|email> for <reason> <#hashtag>
- gives a micro-bonus to the specified userhubot bonuses
- lists recent micro-bonuseshubot bonusly leaderboard <giver|receiver>
- show leaderboard for giving or receiving
You need to be a user of Bonusly to use this.
You can find the API token to set in HUBOT_BONUSLY_ADMIN_API_TOKEN
here. Make sure you log in as a Bonusly admin user to get an admin token.
Install this using NPM. Simply:
Include hubot-bonusly
as a dependency in package.json
e.g.
"dependencies": {
"hubot": ">= 2.6.0 < 3.0.0",
...
"hubot-bonusly": ""
}
Add hubot-bonusly
to your external-scripts.json
file e.g.
[..., "hubot-bonusly"]
More information on installation here.