How to structure the JSON schema received via webhook call?

  • signasl
    Asked on June 16, 2019 at 3:38 PM

    I have set up a webhook and it is sending data ok, however I am trying to determine if there is a simple way to determine the JSON schema that is sent. Is there a way to determine that, includes headers?


    Thanks

    Mark

  • roneet
    Replied on June 16, 2019 at 11:31 PM

    You can paste the JSON schema received via the webhook call in any JSON schema tool, it would segregate the data in a structured way.

    https://jsonschema.net/

    Please give it a try and let us know how this goes.

    Thanks.

  • signasl
    Replied on June 17, 2019 at 8:43 AM
    I have tried via a few tools however it does not return, what appears to be
    vaild JSON. Also the headers are not consistent via the tools. Do you not
    have a documented schema structure of headers and basic example of layouts?
    ...
  • Alan_D
    Replied on June 17, 2019 at 9:24 AM

    We have some samples here. 
    How-to-Setup-a-Webhook-with-JotForm 
    And you can use https://requestbin.fullcontact.com/ to find out/debug a webhook requests.