So my goal is to take each question and answer that gets posted to our companies Q2A site and post that link to the quesiton or answer, and the persons name into slack. I have a slack client written in C# that will take the data from Q2A and post it into slack. I also have a plug in set up that will run whenever a question or answer gets posted using q_post, and a_post. The problem is this plug in wont run my SlackClient.exe which post the data to slack. I think this might be the VM's security. I also tried getting the plug in to talk to a web service I made to post to slack as well, but so far no luck. I've tried accessing the web service using Curl, and using nusoap's soapclient but it won't talk to the service. Has anybody seen/made a plug in that can either run a .exe file or send data to a web service? Or does anyone else have any ideas on how to accomplish this?