How to read message sent to slack bot through Mendix

0
I am trying to read messages sent to my Slack bot through  mendix, so that we can send appropriate response back to slack bot . can anyone help me with this?
asked
1 answers
0

See https://api.slack.com/messaging/sending for sending messages to slack and checkout the java examples.

These can be implemented quite straightforward in Mendix by creating some java actions.

answered