top of page
Sisyphus HR Career Coaching

📊 How Strong is Your HR Strategy?
Take Our HR Health Check ($2000 value) 
Free for a Limited Time!

Top consulting firms charge over $5,000 for this exact assessment. You’re getting it for free! In just a few minutes, discover the strengths and risks in your HR operations and receive a custom PDF report within 48 business hours.

How It Works

1️⃣ Take the 5-Minute Assessment – Answer key questions about your HR processes.
2️⃣ We Analyze Your Results – Our expert-backed system scores your HR performance.
3️⃣ Receive Your Custom Report – Within 48 business hours, you’ll get a detailed PDF outlining your HR strengths, weaknesses, and next steps.

🔥 BONUS: Businesses that score below 70 will receive an exclusive invite for a free 30-minute strategy session to discuss solutions.

Act Now – Limited Spots Available!

Due to high demand, we can only offer a limited number of free HR Health Checks each month. Claim yours before the spots fill up!

import { sendPaymentEmail } from 'backend/emailHandler.jsw'; $w.onReady(() => { const ds = $w("#clientIntakeDataset"); // ← matches your Connect Button’s dataset ds.onReady(() => { console.log("🟢 Dataset is ready, attaching onAfterSave handler"); ds.onAfterSave(async () => { console.log("📩 onAfterSave fired – sending email…"); const email = $w("#emailAddress").value; const program = $w("#programTypeDropdown").value; try { const result = await sendPaymentEmail(email, program); console.log("✅ Email successfully triggered:", result); } catch (err) { console.error("❌ Email failed to send:", err); } }); }); });

bottom of page