Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
We will develop a Process Tool/ Post Form Post Submission Processing Plugin to send message to Slack.
...
Create a "SlackWebhookTool" class under "org.joget" package. Then, extend the class with org.joget.plugin.base.DefaultApplicationPlugin abstract class. Please refer to Process Tool/ Post Form Post Submission Processing Plugin. We will need to implement org.joget.plugin.base.PluginWebSupport interface class as well to provide a send test message button in plugin properties page. Please refer to Web Service Plugin.
...
Let's build our plugin. Once the building process is done, we will find a "slack_webhook_filter-5.0.0.jar" file created under "slack_webhook/target" directory.
...