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
    628
    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

      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 Reply Quote 0
      • V
        vandaele.seba @didier
        last edited by

        @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 Reply Quote 1
        • D
          didier @vandaele.seba
          last edited by

          @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
          • First post
            Last post