What your routes file look like?
Sep 14, 2017
5
Level 2
How to access the webhook from Typeform?
Hi there,
I try to access the raw body request from the Typeform Webhook. But im stuck. According to the Typeform documentation i have set it to right application URL and route is set to Route::Any.
In my controller i have set : public function webhook(Request $request){ $payload = $request->getContent(); }
But this doesn't work, im not able to catch the JSON body who is send from typeform to my application. Can anyone help me? Thanks!
Please or to participate in this conversation.