$chatId, 'text' => $message, 'parse_mode' => 'HTML', ]; try { return Http::post($url, $data)->successful(); } catch (Exception $e) { Log::error('Failed to send Telegram notification: '.$e->getMessage()); return false; } } }