$email, 'listIds' => [BREVO_LIST_ID], 'attributes' => [ 'BAND' => $band ] ]; $ch = curl_init($url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_HTTPHEADER, [ 'Content-Type: application/json', 'api-key: ' . BREVO_API_KEY ]); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data)); $response = curl_exec($ch); $http_code = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); return ($http_code === 201 || $http_code === 204); } // Bands für Dropdown laden $codes_file = __DIR__ . '/codes.json'; $bands = []; if (file_exists($codes_file)) { $codes_data = json_decode(file_get_contents($codes_file), true); $bands = array_keys($codes_data); sort($bands); } ?>
Praktische Tools für Ihre Führungsrolle. Wählen Sie Ihren Band, geben Sie den Code aus Ihrem Buch ein und laden Sie die Materialien herunter.
Ihre E-Mail-Adresse wird nur zur Verwaltung dieser Reihe verwendet.