Skip to content

Webhook handle return null #80

@lecamen

Description

@lecamen

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions