Mattermost integration with slash commands

can we integrate mattermost slash commands with localhost

A solution we implemented was to use ngrok to expose our local server, to bypass the localhost issue. Here: https://ngrok.com/

Just install it and run ngrok http <the port your project is running on>

1 Like