-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
In webhook handle I can't get the "action" data.
I've checked this$request->getContent() it has data
But, in this in code $request->get('action') return null
I try it this way I got 500 Internal Server Error
if (!$this->isTrelloWebhook($request)) {
return;
}
$action = json_decode($request->getContent(), true)['action'];
Anyone have and idea how to catch the request?
Thank you
Metadata
Metadata
Assignees
Labels
No labels