Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all,
nowhere it was specified that it just needs to use php://input DO NOT USE $_GET, $_POST, $_REQUEST, that will give blank value only, just use following to get webhook results
json_decode(file_get_contents('php://input'), true);
cheers
07-27-2021 11:26 PM