What you get

The Software Product, With Guided Journey

Apostle is employee advocacy software, designed to scale through adoption.

What you get is not just access to the software, but a guided setup that helps people actually use it.

Everything is built around one principle: software enables scale and behaviour drives results.

All organisations start from the same foundation.

Employee advocacy software
  • ✔ One central environment to plan, activate and measure advocacy.
  • ✔ Support for employees, executives and partners.
  • ✔ Built for governance, scale and integration.

This is not a trial version. You work with the full product from day one.

Guided onboarding and setup
  • ✔ Account and base structure configuration
  • ✔ Teams, roles and permissions
  • ✔ Initial content setup and clear onboarding flow for admins

The setup ensures a strong start and prevents adoption issues later on.

Behaviour-driven activation

Employee advocacy only works when people participate. That’s why the software is designed around behaviour principles:

  • ✔ Low friction to get started.
  • ✔ Smart prompts and reminders.
  • ✔ Clear repetition and structure.

You don’t need motivation upfront.The system is designed to create it.

Insights and measurement
  • ✔ Visibility into participation and reach.
  • ✔ Engagement and activity insights.
  • ✔ Clear signals to decide when to scale.

You don’t have to guess whether it works. You can actually see it.

Everything you get, from first experiment to full scale.

The breakdown of the 2 month experiment with: intake, kick-off, ongoing support and measurable restults

What you get during the 2-month experiment.

The experiment is the entry point for every organisation. During the 2-month experiment you get:

  • Full access to the software.
  • Activation of your first teams.
  • Content prepared and delivered.
  • Behaviour-driven onboarding.
  • Clear success criteria.

What you get when you scale.

After the experiment, you decide how far you want to scale. Depending on your license, this can include:

  • Collaboration and content workflows.
  • Advanced analytics and KPIs.
  • AI-supported activation.
  • Lead tracking for sales and recruitment.
  • Governance across teams, regions or partners.
  • Integrations with your existing systems.

You only scale what works.

A post that you can create and plan for multiple departments and label with topics
Graph that shows growth of ambassadors

Programs to drive adoption.

If you want to accelerate adoption or support specific use cases, activation programs are available to guide teams step by step.

All our programs are built on the Social Reach Optimization (SRO) framework. The difference between programs is not the platform, but the focus and scope of activation.

Are you ready to take the next step?

We’ll help you choose the right approach and program for your organisation.

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