Hi all,
I would like to create a C# web service but don't really know how to proceed
my goal is simple.
using the webhook part in system menu, would like to call my program. But would like to be sure the webhook will send data into Json format and store the json data into a simple file.
how I could proceed ?
thanks in advance
regards
@D X You will need to create a .Net web application that has an end point you can call via the webhook. You can learn more about hot to create a ,Net app here: https://www.youtube.com/watch?v=GcFJjpMFJvI
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.