How to integrate internal APIs (Not accessible outside office network) to slack slash commands
I am trying to use slash commands to my one of the slack channel. I tried to do a POC using git API and it worked fine. I first created a slash command from this link : https://api.slack.com/censored/slash-commands Commnad: /poc Request URL: http://jsonplaceholder.typicode.com/posts This worked fine when I type /opc on slack chat box of my channel. It returns some data. But when I change the Request URL to an internal API, which is accessible only from the office domain, I get error: Darn – that slash command didn't work (error message: Failure when receiving data from the peer ). Manage the