webhookCall->payload; try { (new HandleReceivedDocument($payload))->handle(); return true; } catch (\Exception $exception) { return false; } } }