Collaborate plan

Build Consistent Advocacy. Grow Participation Over Time.

Collaborate is designed for teams that want to move beyond testing and start building a structured employee advocacy program. It introduces user logins, smart activation features and team-level insights, helping organisations increase participation and consistency without adding complexity.

Essentials

The Easiest Way To Start With Employee Advocacy

Essentials is designed for organisations that want to activate employees on social media with minimal friction. No new tools. No logins. No complex onboarding. It is the fastest way to test participation, build confidence internally and create consistent brand visibility through people.

Trusted by top brands worldwide to activate brand ambassadors
Logo BridgestoneLogo CanonLogo dpdLogo CapgeminiLogo Crowe

When Collaborate is the right choice for you.

This is the most chosen plan for organisations scaling employee advocacy beyond the pilot phase. Collaborate works best if you want to:

  • Build an active and repeatable advocacy workflow.
  • Increase participation through structure and motivation.
  • Involve multiple teams with clear roles and permissions.
  • Combine centrally created content with employee-generated posts.
  • Measure engagement and optimise adoption over time.

How it works for you and your team.

With Collaborate, employees actively log into the platform:

  • They receive smart prompts and reminders, access curated content and can contribute their own ideas and posts.
  • Teams are activated through clear workflows, light gamification and visibility into engagement.
  • Communication and marketing teams maintain control, while employees gain ownership.

What Collaborate does not include.

Collaborate focuses on team-level adoption. These become available through additional programs or higher-tier setups.

Executive programs

Activation programs tailored specifically to executive teams and leadership visibility.

Activation flows

Structured activation journeys for partners, distributors or other external stakeholders.

Behaviour change

Advanced programs focused on long term behaviour change and sustained adoption.

External campaigns

Advocacy campaigns designed for external audiences beyond internal teams.

Single Sign On

Seamless and secure authentication through single sign-on with Azure AD.

Adoption level and pricing

Adoption level: ●●○○

Collaborate introduces structure, motivation and measurement.

It helps organisations move from participation to consistency. All licenses include a mandatory technical setup to guarantee governance, integrations and long-term adoption.

The Collaborate plan costs:

€678/mo

billed yearly

How organisations typically grow from here.

Organisations using Collaborate often:

  • Standardise advocacy across teams.
  • Increase active participation rates.
  • Identify top-performing content and teams.

From here, many expand with activation programs for executives, employer branding or partners.

Build momentum. Activate teams. Scale with confidence.

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