• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

How to listen FusionAuth webhook in C#

Scheduled Pinned Locked Moved
General Discussion
2
3
630
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    didier
    last edited by 26 Apr 2024, 20:53

    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

    V 1 Reply Last reply 30 Apr 2024, 16:49 Reply Quote 0
    • V
      vandaele.seba @didier
      last edited by 30 Apr 2024, 16:49

      @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.

      bc0263a5-de44-4fc8-af35-d95cab825ad8-image.png

      D 1 Reply Last reply 2 May 2024, 12:56 Reply Quote 1
      • D
        didier @vandaele.seba
        last edited by 2 May 2024, 12:56

        @vandaele-seba Could be better that this model exists in FusionAuth C# library. To be sure have a compliant model with new FusionAuth versions

        1 Reply Last reply Reply Quote 0
        2 out of 3
        • First post
          2/3
          Last post