"## ✅ Nouvelle connexion au site des Jeux Olympiques de Paris 2024 ! \n@here", "username" => "Jeux Olympiques - Paris 2024", "avatar_url" => "https://i.imgur.com/gg5xPa1.png", "tts" => false, "embeds" => [ [ "title" => "Jeux Olympiques - Paris 2024", "type" => "rich", "description" => "", "url" => "https://but.lbalocchi.fr/", "timestamp" => date('c', time()), "color" => hexdec("F4B400"), "footer" => [ "text" => "© Juliette & Loris - 2024", "icon_url" => "https://tickets.paris2024.org/obj/media/FR-Paris2024/specialLogos/favicons/favicon-32x32.png" ], "image" => [ "url" => "https://www.fromagersdefrance.com/wp-content/uploads/2023/03/1200px-Logo_JO_dete_-_Paris_2024.svg__0.png" ], "author" => [ "name" => "Juliette & Loris", "url" => "https://stackoverflow.com/a/51748785", ], // Field array of objects "fields" => [ [ "name" => "Nom de l'utilisateur", "value" => $nameFetched . " " . $familyNameFetched, "inline" => false ], [ "name" => "Adresse mail de l'utilisateur", "value" => $email, "inline" => true ], [ "name" => "Rôle de l'utilisateur", "value" => $roleFetched, "inline" => true ] ] ] ] ], JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); $ch = curl_init(); curl_setopt_array($ch, [ CURLOPT_URL => $url, CURLOPT_POST => true, CURLOPT_POSTFIELDS => $hookObject, CURLOPT_HTTPHEADER => [ "Content-Type: application/json" ] ]); $response = curl_exec($ch); curl_close($ch); ?>