Toolkit to enable IBM Streams application developer to integrate Streams application with Slack
Toolkit for sending slack messages from a Streams application to a Slack webhook URL.
Refer to this guide here.
You can generate HTML from the SPLDOC with the following commands:
spl-make-toolkit -i com.ibm.streamsx.slack
spl-make-doc -i com.ibm.streamsx.slack
You can view the HTML pages with any browser, or, for example, the following
command:
firefox com.ibm.streamsx.slack/doc/spldoc/html/index.html &