Can a Webhook do this?

Mitch Taylor August 21, 2019

A webhook posts to a url, right? Yes. Well, great but what I want it to do is this.

I need to read the json payload using a c# console app. The app will open an Excel file based on the region and get the name and email of a vendor according to the parameters I passed in which was obtained from the payload. And using CURL write those values back to the issue loading two custom fields for name and email. 

I'm sure a webpage can't launch a local .exe. So, how can I run this from an https:// post?

I can't for the  life of me figure out how to launch either an EXE or a CURL command. Any ideas?

 

0 answers

Suggest an answer

Log in or Sign up to answer