How to listen FusionAuth webhook in C#
- 
 I need to listen FusionAuth webhook in ASP.Net Core C#. But, I do not find C# model to map the body request from C# web controller 
- 
 @didier Hello, to see the templates you need to create you can go to this link http://{yourhost}/admin/webhook/test/{your-webhook-id} 
 You should arrive on this page, and you can test all the events directly from this page.Then all you have to do is create your C# object corresponding to the field you're interested in.  
- 
 @vandaele-seba Could be better that this model exists in FusionAuth C# library. To be sure have a compliant model with new FusionAuth versions