Unable to parse the output from the webhook response to interface

Welcome to the Make community!

Your webhook’s communication tab is incorrect, and does not follow the example in the documentation.

Try something like this:

{
    "response": {
        "output": {
          "video": "...",
          "dashboard_video_url": "...",
          "email": "...",
          "name": "...",
          "playback": "...",
          "submitted_at": "...",
        }
    }
}

Hope this helps! If you are still having trouble, please provide more details.

@samliew
P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!