Nov 18, 2025
News & trends

Europe’s Largest Shipbuilder Chooses Dutch Employee Advocacy Software Apostle

Fincantieri will use Apostle to turn authentic insights and stories from its leaders into consistent thought leadership content, boosting trust and visibility among customers and employees. This collaboration underlines the growing importance of human voices in a digital world dominated by AI content and misinformation.

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.

The Italian shipbuilder Fincantieri S.p.A. has selected Apostle Technologies, the Dutch provider of employee advocacy software. International agency House of Communication guided the selection process and identified Apostle as the best solution available worldwide for activating employees and leaders on social media.

Executive thought leadership communication strategy

Fincantieri will use Apostle’s software to activate its executives on LinkedIn. The goal is to strengthen relationships with customers and employees while elevating the company’s image as an innovative and future focused shipbuilder.

With Apostle’s tools, executives can easily share insights, stories and personal perspectives. House of Communication then curates this input into high quality LinkedIn thought leadership posts. The result is a continuous flow of authentic content that enhances executive visibility and reinforces Fincantieri’s reputation as an attractive employer and reliable partner.

Authentic voices as an answer to AI content

The choice for Apostle aligns with a broader international shift: companies want to bring back real, recognizable human voices on social media.
At a time when algorithms are flooded with generic AI content and misinformation, the need for authenticity and credibility is growing.

Employee advocacy enables organizations to let their people — leaders, experts and employees — share their stories in a genuine and scalable way.
This makes brands more human and builds trust in a digital world that increasingly feels less personal.

International recognition for Dutch technology

In the Netherlands, Apostle has been a trusted partner for years among major brands in the IT, installation, energy, insurance, consultancy and financial sectors.
The software is now used in 27 countries, and more international enterprises continue to adopt the platform.

Apostle is the market leader in the European cycling industry and has now been selected by Europe’s largest shipbuilder.
This new partnership underscores that employee advocacy is no longer a trend, but an essential part of modern communication — from local companies to global corporations.

About Fincantieri

Fincantieri, founded in 1959 and headquartered in Trieste, is one of the world’s largest shipbuilding groups.

  • The company operates 18 shipyards across four continents.
  • Its revenue in 2024 amounted to € 8.1 billion.
  • Fincantieri builds cruise ships, naval vessels and megayachts, and is widely regarded as the largest shipbuilder in Europe.

Source: fincantieri.com

Quote from Koen Jordaans

“We are proud that an international icon like Fincantieri has chosen Apostle,” says Koen Jordaans, CEO of Apostle Technologies.

“Employee advocacy is not only a tool for global enterprises, but for any organization that wants to use the strength of its people to make its brand more human, more visible and more credible. Especially now that AI and fake news increasingly dominate communication, real stories from real people matter more than ever.”

$(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; }