consume webhook in C#

D X February 27, 2024

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

1 answer

1 accepted

0 votes
Answer accepted
Brant Schroeder
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 10, 2024

@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 

D X July 10, 2024

Thank you for your answer.
Will try this

 

regards

Suggest an answer

Log in or Sign up to answer