Question Is there any way to retrieve post request data from a webhook through vb.net?

DHuong

New member
Joined
May 31, 2023
Messages
1
Programming Experience
Beginner
I have generated a webhook url from a third party platform(Integromat-Make). So on that platform, I configured a trigger to post a request to generated url whenever there is change in my database(google sheet). The post request contains all changed value from google sheet. The problem is, I dont know how to retrieve those values from that url.
I searched on the Internet and there was a ton of answers about asp.net webhook receiver, or HttpListener. But I'm still confused about how to use and what should I use.
Can somebody please tell me what should I do to get this thing done?

*For those who get confused about what I said. Here is a video about what Make platform looks like and how it works:


Thanks in advance
 
Back
Top