Can i see Errors in the Webhook access for a Form?

  • netgo_tax
    Asked on May 28, 2018 at 3:50 AM

    Can i see Errors in the Webhook access for a Form?



  • eugene
    Replied on May 28, 2018 at 7:29 AM

    Unfortunately, we don't have any dashboard to show Webhook errors. But you can set a log file in your endpoint to examine your webhook requests. Also if you need to examine Webhook data of a specific form of yours, it may be a long shot but we can contact our DevOps team to gather information about that form. 

    Feel free to contact us again if you have any further questions.

  • netgo_tax
    Replied on May 28, 2018 at 8:43 AM
    This is not good, we need a log fort he webhook on your site.
    Von: JotForm
    Gesendet: Montag, 28. Mai 2018 13:29
    An: Thomas Lauer
    Betreff: Re: Can i see Errors in the Webhook access for a Form?
    A new response has been received:
    [JOTFORM]
    Answered by eugene
    Unfortunately, we don't have any dashboard to show Webhook errors. But you can set a log file in your endpoint to examine your webhook requests. Also if you need to examine Webhook data of a specific form of yours, it may be a long shot but we can contact our DevOps team to gather information about that form.
    Feel free to contact us again if you have any further questions.
    View this thread on browser » Unsubscribe Thread
    1527506956
    ...
  • luisvcsilva
    Replied on May 28, 2018 at 10:32 AM

    Hi Thomas, as Eugene stated earlier, we don't have a webhook log available in our dashboard yet. Since Jotform is RESTFul, you can build your own log application that tracks all the HTTP requests of your form (e.g: GET, POST, PUT) and their return status. You can read more about our API documentation here:

    https://api.jotform.com/docs

    You also can see some examples of application built with our API in our GitHub repository, the link below is a ruby script that shows how you would use the API to request and submit data using your form:

    https://github.com/jotform/jotform-api-ruby/blob/master/JotForm.rb

     

     

    Alternatively, you can use RequestBin to debug your webhook requests. We have a quick guide about this here:

    https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm

     

    Thanks.

  • netgo_tax
    Replied on May 28, 2018 at 11:43 AM
    I don´t find any function to read a log? Do you have me a sample?
    Von: JotForm
    Gesendet: Montag, 28. Mai 2018 16:32
    An: Thomas Lauer
    Betreff: Re: Can i see Errors in the Webhook access for a Form?
    A new response has been received:
    [JOTFORM]
    Answered by luisvcsilva
    Hi Thomas, as Eugene stated earlier, we don't have a webhook log in our dashboard yet, since Jotform is RESTFul, you can build your own log application that tracks the HTTP requests of your form (e.g: GET, POST, PUT) and their status. You can read more about our API documentation here:
    https://api.jotform.com/docs
    You also can see some examples of application built with our API in our GitHub repository, the link below is a ruby script that shows how you would use the API to request and submit data using your form:
    https://github.com/jotform/jotform-api-ruby/blob/master/JotForm.rb
    Thanks.
    View this thread on browser » Unsubscribe Thread
    1527517935
    ...
  • Richie JotForm Support
    Replied on May 28, 2018 at 12:13 PM

    You can use requestbin to debug your webhooks. Unfortunately,I don't have a code function for you to use to check for logs.


    Please let us know if you have further questions.

    Thank you.

  • netgo_tax
    Replied on May 28, 2018 at 12:43 PM
    Is there mi was to see the errors from a Form.
    Schöne Grüsse
    Thomas Lauer
    —————————————
    Glöckler & Lauer Systemhaus
    +49731974010
    www.glsh.net
    Am 28.05.2018 um 18:13 schrieb JotForm >:
    A new response has been received:
    [JOTFORM]/www.jotform.com>
    Answered by Richie_P
    You can use requestbin to debug your webhooks. Unfortunately,I don't have a code function for you to use to check for logs.
    Please let us know if you have further questions.
    Thank you.
    View this thread on browser » Unsubscribe Thread
    1527524026
    ...
  • Richie JotForm Support
    Replied on May 28, 2018 at 1:00 PM

    After further checking, I have found a linter config in our Github files.

    https://github.com/jotform/jotform-linter-configs

    Hopefully this could help you view errors,Unfortunately, I'm not sure it could check webhooks.

    You could also check this script from GitHub that would log webhook requests.

    https://gist.github.com/escopecz/0d9adba753300b88326d


    Thank you.