Pushing form data via Webhooks: when I try to make a var_dump on my webhook in order to parse my Json, nothing is displayed.

  • SAPItest
    Asked on August 2, 2018 at 11:06 AM

    Hello !

    I hope you're all having a good day.

    I'm actually working on JotForm's webhook in order to push forms data in a Database (I know there's already tools to do so, but I'll need to use the webhook for other purposes)

     

    Actually, I used requestbin to debug, even on equivalent websites.

    Still, when I try to make a var_dump on my webhook in order to parse my Json, nothing is displayed.

     

    My actual webhook code is really simple : var_dump($_POST); (I tried with php://input , $_REQUEST

     

    I actually checked several time the "How to setup a webhook" many times, it helped, still I can't display my data on it.

    (That's not a lazy question, I really tried and made research on how I could make it work)

     

     

    SOLVED (I was refreshing the webhook without any payload, so obviously, nothing was displayed)

  • David JotForm Support Manager
    Replied on August 2, 2018 at 1:20 PM

    Glad to know you solved it, and thanks for sharing your solution. Open a new thread if you need anything else, we will be glad to assist you.