Wie dich nilo unterstützt
Biete Leadership-Coaching mit unseren Programmen zur Unterstützung und Weiterbildung von Führungskräften
Verbessere das Wohlbefinden des gesamten Teams: 96% der nilo Nutzer:innen sehen eine „deutliche Verbesserung“ ihrer mentalen Gesundheit
Mentale Gesundheitsbenefits reduzieren die Fehltage um 25% und steigern die Produkitivät um 24%
Reduziere Stress: 71% der Nutzer:innen verbessern ihre Stresssymptome mit nilo

Unser Angebot für dein Unternehmen:

Kostenlose 1:1-Sitzungen mit 500+ erfahrenen Psycholog:innen für alle Mitarbeitenden

Gesprächsrunden, Workshops und selbstgeführte Trainings & Tools, alle online verfügbar

Ein individuell zugeschnittenes Programm für Führungskräfte, um das Management zu unterstützen

Ein HR-Dashboard mit Einblicken in das Wohlbefinden und das Engagement des Teams sowie Templates für die interne Kommunikation

Dein:e persönliche:r Customer Success Manager:in, die sicherstellt, dass unsere Lösung erfolgreich eingeführt und genutzt wird
uns loslegen!
Unterstütze jetzt deine Führungskräfte mit nilo
Buche deine Demo mit uns.
function getCookie(cname) {
let name = cname + „=“;
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(‚;‘);
for(let i = 0; i <ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
function setHiddenFormData(name, value) {
let selector = "input[name='" + name + "']";
if (!document.querySelector(selector)) {
return;
}
let existing = document.querySelector(selector).value;
if (!existing) {
document.querySelector(selector).value = value;
}
}
function setUTMFormData(name) {
setHiddenFormData(name, getCookie(name));
}
let redirectUrl = 'https://nilohealth.com/thank-you-page/';
let redirectUrls = {
'': 'https://nilohealth.com/thank-you-page/',
'0-50': 'https://nilohealth.com/thank-you-page-50/',
'50-100': 'https://nilohealth.com/thank-you-calendar-50/',
'100-250': 'https://nilohealth.com/thank-you-calendar/',
'250-1000': 'https://nilohealth.com/thank-you-calendar/',
'10000+': 'https://nilohealth.com/thank-you-with-calendar-2/',
'1000-5000': 'https://nilohealth.com/thank-you-with-calendar/',
'5000-10000': 'https://nilohealth.com/thank-you-with-calendar-2/'
};
function testNumemployees(numemployees) {
redirectUrl = redirectUrls[numemployees];
}
hbspt.forms.create({
region: "na1",
portalId: "8346198",
formId: "00aa77ce-d0b5-422c-887c-a59bcb8b2947",
inlineMessage: 'Thank you!',
onFormReady: function($form) {
const formId = '00aa77ce-d0b5-422c-887c-a59bcb8b2947';
numemployeesFieldElement = document.querySelector('#numemployees-'+formId);
testNumemployees(numemployeesFieldElement.value);
numemployeesFieldElement.addEventListener("change", function() {
testNumemployees(numemployeesFieldElement.value);
});
setUTMFormData("utm_source");
setUTMFormData("utm_medium");
setUTMFormData("utm_campaign");
setUTMFormData("utm_content");
setUTMFormData("utm_term");
setHiddenFormData("acid", getCookie("_ga"));
},
onFormSubmitted: function() {
window.location.href = redirectUrl;
}
});