Hi,
I am trying to create a webhook for Stuart in my Laravel application, but it does not seem to be working. I am not receiving any response when the webhook is triggered.
Here is what I have done so far:
-
Created a route in
api.phpfor the webhook. -
Added a controller method to handle the incoming webhook request.
Despite this, I am not receiving any data from Stuart when the webhook is triggered. Could anyone guide me on what I might be missing or how to properly set up a webhook for Stuart in Laravel?