ballerina-platform / module-ballerinax-slack

Ballerina slack module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballerina Slack Connector

Build codecov GitHub Last Commit GraalVM Check License

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

  1. 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.
    
  2. Download and install Ballerina Swan Lake.

Building the source

Execute the commands below to build from the source.

  1. To build the ballerina package:
    bal build ./ballerina
  1. 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

About

Ballerina slack module

License:Apache License 2.0


Languages

Language:Ballerina 100.0%