This connector enables you to post message to Slack channels and Slack users.
You need a authentication token provided by Slack. For development and testing you can find login token in the Slack documentation: OAuth Tokens for Testing and Development
Development of this connector is done through a git project on Github.
All java jar dependencies are managed using an ivy file. You can download all dependencies by running runivy.cmd. This will save all jars in the userlib folder.
This connector uses the simple slack api library.
For the unit tests you need to provide an authentication information configuration file $HOME/.slackconnector.cfg:
[UnitTesting]
auth_token=XXXX
This connector is licensed under the Apache v2 license.
2016-jun-16 - revision 1.0-snapshot
- Send message to channel
- Send direct message to user