Skip to content

RoelandSalij/SlackConnector

 
 

Repository files navigation

Mendix Slack connector

Introduction

This connector enables you to post message to Slack channels and Slack users.

Usage

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

Send message to channel

Send direct message to user

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

License

This connector is licensed under the Apache v2 license.

Changelog

2016-jun-16 - revision 1.0-snapshot

  • Send message to channel
  • Send direct message to user

About

Mendix slack connector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 53.5%
  • Java 45.7%
  • Other 0.8%