-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webhook handle return null #80
Comments
What the API method Get or Post |
In trello it use POST in receiving. btw this is in laravel |
try to move your route to api.php instead of web.php and use (any) instead of (post) and try again |
Thanks, I will try it |
try |
Thanks for helping guys, For this
|
you need to import Illuminate\Http\Request |
Hi still isn't working inside
e.g But, new issues found :) -- Thanks. |
In webhook handle I can't get the "action" data.
I've checked this
$request->getContent()
it has dataBut, in this in code
$request->get('action')
return nullI try it this way I got 500 Internal Server Error
Anyone have and idea how to catch the request?
Thank you
The text was updated successfully, but these errors were encountered: