May 12, 2026
News & trends

Apostle and Bundeling Join Forces

Apostle and Bundeling are partnering to connect internal engagement with external visibility. Via a new integration, Bundeling customers can activate employees and members as brand ambassadors — sharing content through their personal social media channels. Both platforms share a belief in scalable, frictionless solutions that fit how people already work.

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.

A new partnership

Today, Lucas Hermans and I shook hands on a new partnership between Bundeling and Apostle Technologies. We've known Bundeling for a while — and reconnected with them through FFP. They asked whether we could build an integration that allows their members to be activated as brand ambassadors. It was exactly the right question at exactly the right time.

Why this partnership makes sense

At Apostle, we believe strongly in one principle: a scalable ambassador program only works when employees and members can choose how they receive content and inspiration — via email, app, or WhatsApp, but also through the tools they already use every day.

Bundeling is a communication platform that helps organizations — from businesses to associations — bring all their internal communication and information together in one app. Customers see an average of 32% higher employee satisfaction. The platform is used worldwide by more than 800 organizations, from the Netherlands to Canada and Australia. Bundeling actively integrates with other platforms — and that's exactly how the collaboration with Apostle came about.

With the Apostle integration, Bundeling customers can now take that internal engagement external — sharing it through the social media channels of their employees and members. Making visible what's truly alive within an organization.

International ambitions

Bundeling's international reach aligns well with Apostle's growth ambitions. Both organizations believe in scalable, user-friendly solutions that fit the way people already work and communicate — no friction, no extra barriers.

What also excites us: the energy in this partnership feels right. We aligned quickly on direction, and both sides genuinely want to make something of it. That makes all the difference.

Coming soon

The Apostle–Bundeling integration will be available to all customers soon. More news to follow.

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