Ballerina Slack Connector
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.
This connector allows you to access the Slack Web API and Slack Events API through Ballerina. It provides the capability to query information from and perform some actions in a Slack workspace.
For more information, go to the modules.
Building from the source
Setting up the prerequisites
-
Download and install Java SE Development Kit (JDK) version 11. You can install either OpenJDK or Oracle JDK.
> **Note:** Set the JAVA_HOME environment variable to the path name of the directory into which you installed JDK.
-
Download and install Ballerina Swan Lake.
Building the source
Execute the commands below to build from the source.
- To build the ballerina package:
bal build ./ballerina
- To run tests after build:
bal test ./ballerina
Contributing to Ballerina
As an open source project, Ballerina welcomes contributions from the community.
For more information, go to the contribution guidelines.
Code of conduct
All contributors are encouraged to read the Ballerina Code of Conduct.
Useful links
- Discuss the code changes of the Ballerina project in [email protected].
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.