Aug 27, 2025
News & trends

Luuk Slaats invests in Apostle Technologies through Roar Advisory and joins the Advisory Board

Apostle Technologies takes a new step in its growth strategy. With an experienced heavyweight from the IT sector on board, the company is set to accelerate its ambition to become the European market leader.

Share this blog
Subscribe to our newsletter

Stay up-to-date on best practices, research reports, and more.

Thank you! Your submission has been received!
Oops! Something went wrong.
We won't spam. We promise.

Apostle Technologies – a leading provider of employee advocacy software – today announces that Luuk Slaats, former CEO of Centralpoint and seasoned leader in the IT sector, has acquired a stake in Apostle through his investment and advisory company Roar Advisory.

Advisory role for European growth strategy

Slaats is taking over these shares from LIOF, a regional development company that supported Apostle with growth capital through its participation fund. He will advise Apostle Technologies on further accelerating its European growth strategy.

Koen Jordaans, CEO and founder of Apostle Technologies:
“Luuk and I have been working together for years – first as client and supplier, later as sparring partners. With the growing interest in our SaaS solutions for employee advocacy combined with Social Reach Optimization, and our ambition to establish Apostle as the European market leader, Luuk’s experience is of great value to us. His track record in building and scaling companies fits perfectly with our growth plans.”

Vision of Luuk Slaats

Luuk Slaats adds: “Apostle has a strong position in the market and a unique, proven methodology that enables organizations to activate their employees as brand ambassadors. This significantly strengthens brands on social media, not only from a marketing or sales perspective, but also in HR: fostering employee engagement, culture, and recruitment. The combination of vision, scalable software, diverse solutions, and a solid customer base makes this a fantastic company to help build. Through Roar Advisory, I want to contribute over the coming years by supporting Koen and his team in growing and embedding Apostle Technologies across Europe.”

With this new step, Apostle underlines its ambition to become the leading employee advocacy software platform in Europe – helping organizations achieve maximum reach, engagement, and impact through the power of their own employees.

About Apostle Technologies

Apostle Technologies helps organizations activate employees and partners as brand ambassadors on social media. With its user-friendly software, proven methodologies, and personal guidance, Apostle makes employee advocacy scalable, sustainable, and measurable. The company serves clients across Europe, supporting them with strategy, implementation, training, and software.

$(document).ready(function() { // Only execute if the URL contains the Dutch slug '/nl' // if(window.location.href.indexOf('/nl') > -1) { // Check if the URL does not contain the word 'webinars' if(window.location.href.indexOf('webinars') === -1) { const modal = $('#webinar-modal'); function webModal(){ hasSeenBanner = getCookie("hasSeenWebinarBanner"); if (hasSeenBanner == "") { modal.addClass('active'); } } function closeModal(){ setCookie('hasSeenWebinarBanner', '1', '20'); modal.removeClass('active'); } $('#close-webinar-modal').click(function() { closeModal(); }); setTimeout(() => { webModal(); }, 15000); // Below you find three function for setting a cookie, getting a cookie and eventually checking whether the cookie exists function setCookie(cname, cvalue, exdays) { const d = new Date(); d.setTime(d.getTime() + (exdays*24*60*60*1000)); let expires = "expires="+ d.toUTCString(); document.cookie = cname + "=" + cvalue + ";" + expires + ";path=/"; } function getCookie(cname) { let name = cname + "="; let decodedCookie = decodeURIComponent(document.cookie); let ca = decodedCookie.split(';'); for(let i = 0; i #webinar-modal.active { z-index: 1000; opacity: 1; } #modal-wrapper { transition-property: opacity, z-index; transition-duration: 200ms, 0; transition-delay: 0, 200ms; } .geek-frame-holder { margin: 0 auto; }