Hi all,
I am running a self hosted mattermost in docker without using nginx as described in Install Mattermost via Docker — Mattermost documentation
Now I want to setup a custom slash command to be able to run a bash script located within the mounted volume of the mattermost container and display the output of the script back on the channel. I am unable to figure out how to integrate the slash command with my script using the Request URL
and Request Method
options on the slash command integration. Could someone please help?