html { -webkit-font-smoothing: antialiased; } .c-decor-container { pointer-events: none; } .c-pr-popup.show { display: block; } .pr-spec-item-w-popup { text-decoration: none; text-decoration-color: #9da7bb; text-decoration-style: none; }
var Webflow = Webflow || []; Webflow.push(function() { const CUR_EUR = 'EUR'; const CUR_USD = 'USD'; const CUR_GBP = 'GBP'; const CUR_SIGNS = { 'EUR': '€', 'USD': '$', 'GBP': '£', }; let curCurrency; let isAnnual; const basePrices = { "packages": [350], "addons": [499, 999, 7500, 997, 500, 99, 999] }; let exchangeRates = { 'EUR': 1, 'USD': 1.09, 'GBP': 0.86 }; var PRICES = { 'EUR': [ [basePrices.packages[0], basePrices.packages[1], basePrices.packages[2]], [basePrices.addons[0], basePrices.addons[1], basePrices.addons[2], basePrices.addons[3], basePrices.addons[4], basePrices.addons[5], basePrices.addons[6]] ], 'USD': [ [basePrices.packages[0]*exchangeRates.USD, basePrices.packages[1]*exchangeRates.USD, basePrices.packages[2]*exchangeRates.USD], [basePrices.addons[0]*exchangeRates.USD, basePrices.addons[1]*exchangeRates.USD, basePrices.addons[2]*exchangeRates.USD, basePrices.addons[3]*exchangeRates.USD, basePrices.addons[4]*exchangeRates.USD, basePrices.addons[5]*exchangeRates.USD, basePrices.addons[6]*exchangeRates.USD] ], 'GBP': [ [basePrices.packages[0]*exchangeRates.GBP, basePrices.packages[1]*exchangeRates.GBP, basePrices.packages[2]*exchangeRates.GBP], [basePrices.addons[0]*exchangeRates.GBP, basePrices.addons[1]*exchangeRates.GBP, basePrices.addons[2]*exchangeRates.GBP, basePrices.addons[3]*exchangeRates.GBP, basePrices.addons[4]*exchangeRates.GBP, basePrices.addons[5]*exchangeRates.GBP, basePrices.addons[6]*exchangeRates.GBP] ], }; function getExchangeRates() { var requestURL = 'https://api.exchangerate.host/latest?base=EUR&symbols=USD,EUR,GBP'; var request = new XMLHttpRequest(); request.open('GET', requestURL); request.responseType = 'json'; request.send(); request.onload = function() { var response = request.response; if(response && response.success) { exchangeRates = response.rates; } } } getExchangeRates(); function getCorrectPrices(prices) { const newPrices = {}; const currencies = ['EUR', 'USD', 'GBP']; currencies.forEach(function(currency, index) { // setPoint(Math.ceil(prices.packages[3]*exchangeRates[currency])); newPrices[currency] = [ [Math.ceil(prices.packages[0]*exchangeRates[currency]), Math.ceil(prices.packages[1]*exchangeRates[currency]), Math.ceil(prices.packages[2]*exchangeRates[currency])], [Math.ceil(prices.addons[0]*exchangeRates[currency]), Math.ceil(prices.addons[1]*exchangeRates[currency]), Math.ceil(prices.addons[2]*exchangeRates[currency]), Math.ceil(prices.addons[3]*exchangeRates[currency]), Math.ceil(prices.addons[4]*exchangeRates[currency]), Math.ceil(prices.addons[5]*exchangeRates[currency]), Math.ceil(prices.addons[6]*exchangeRates[currency])], ] }); PRICES = newPrices; } getCorrectPrices(basePrices); function setPoint(price) { if(price.toString().length > 3) { const newPrice = price.toString().replace(/(?=(?:.{3})*$)/g, '.'); const finalNewPrice = newPrice.substring(0, newPrice.length - 1); return finalNewPrice; } else { return price; } } initPricing(); function initPopup() { const popup = $('.c-pr-popup'); const calcIframe = $("#calculator-iframe"); const popupBtns = $('.pr-show-calculator'); popupBtns.on('click', (e) => { const btn = $(e.currentTarget)[0]; const calculatorType = btn.dataset.calculatorType; console.log(calculatorType); calcIframe.attr("src", `https://calculator.codigitalsite.nl?state=${calculatorType}`); showPopup(true); }); const closeBtn = $('.pr-pop__close'); closeBtn.on('click', () => { showPopup(false); }); function showPopup(st) { if (st) { popup.addClass('show'); } else { popup.removeClass('show'); } } } initPopup(); function initPricing() { const billingToggle = $('.pr-tbl-toggle'); billingToggle.on('click', () => { isAnnual = !isAnnual; if (isAnnual) billingToggle.addClass('is--annual'); else billingToggle.removeClass('is--annual'); updatePrices(); }); const currencyBtns = $('.pr-tbl-currency-btn'); currencyBtns.on('click', (e) => { const btn = $(e.currentTarget); curCurrency = btn.attr('data-currency'); currencyBtns.removeClass('is--active'); $(`.pr-tbl-ctrl__currency [data-currency='${curCurrency}']`).addClass('is--active'); updatePrices(); }); // init curCurrency = CUR_EUR; isAnnual = true; updatePrices(); } function updatePrices() { const priceNums = $('.pr-tbl-col__price__num'); const nums = PRICES[curCurrency][0]; priceNums.each((i, el) => { $(el).text(CUR_SIGNS[curCurrency] + setPoint(Math.ceil((nums[i] * (isAnnual ? 1 : 1.15))))); }); const addonNums = $('.pr-add-on__price__num'); addonNums.each((i, el) => { $(el).text(CUR_SIGNS[curCurrency] + setPoint(Math.ceil((PRICES[curCurrency][1][i] * (isAnnual ? 1 : 1))))); }); } }); var Webflow = Webflow || []; Webflow.push(function() { const buttonsPrev = $('.hp-rev-slide__details__arrows > *:nth-child(1)'); const buttonsNext = $('.hp-rev-slide__details__arrows > *:nth-child(2)'); const btnsSlider = $('.hp-reviews-slider > .hp-rev-slider__arrow'); buttonsPrev.on('click', () => { $(btnsSlider[0]).trigger('click'); }); buttonsNext.on('click', () => { $(btnsSlider[1]).trigger('click'); }); });

Discover Tailor-Made Plans

Designed to start and expand in alignment with your business's maturity and social strategy.

Ranked High Performer Winter 2025 | Best Support Winter 2025 | Best Ease of Doing Business with 2024
Ranked High Performer Winter 2025

Employee Advocacy Plans

Social Publishing

€159/mo

Great to start with:
Publishing
✔ Posts, reels & stories
Create posts, reels and stories. Add image(s), a video or PDF file.
✔ Links & UTM's
Include links in your post and track traffic using the integrated UTM builder.
✔ Platform-specific posts
Customize posts per platform with variants to make sure the content fits perfectly.
✔ Drafts & previews
Save a post as a draft you can edit and publish later. The preview shows how your post will appear on the platform(s).
✔ Schedule in advance
Schedule posts in advance and ensure it goes live at the perfect time.
✔ Share native videos
Videos are directly uploaded and shared on each platform.
✔ Post to company pages
Publish content to 4 company pages.
Basic features
✔ Media library
Access and manage all your visuals in one place.
✔ Analytics & reports
Track performance and gain insights about your posts.
✔ Content calendar
Plan, organize, and visualize your posts in a weekly or monthly view.
Support
✔ Knowledgebase
✔ Email
First steps

€358/mo

Social publishing, plus:
user management
✔ Unlimited email users
Add unlimited email-only users. These users do not have an account and can only share posts via email.
✔ Invite users in bulk
Copy and paste emails or upload an Excel file for easy management.
✔ Group management
Create custom groups and assign users to organize and manage your team effectively.
✔ Schedule group posts
Plan posts for groups to make scheduling easy and ensure the content fits the users.
Additional features
✔ Onboarding flow
Streamline the onboarding process with a simple and intuitive flow to get users started quickly.
✔ User-specific posts
Customize posts per user with post variants to make sure the content fits them.
✔ Inspiration wall
A central hub where uploaded content is stored and easily accessible, allowing you to use it in a post with a single click.
✔ Share post via email
Users receive post suggestions by email, which they can view, edit, and share directly.
✔ Content strategy
Define content pillars and set post frequency to stay on track and achieve your goals.
PERFORMANCE DRIVEN

€1.158/mo

Collaborate, plus:
INTEGRATIONS
✔ BI-tools
Connect your team’s performance data to your favorite BI tools.
✔ Google Analytics 4
Track and analyze your website traffic while comparing it to your social media efforts.
✔ Single Sign On (SSO)
Enable SSO for a seamless and secure login experience across platforms.
✔ Developers API
Access the Developers API to integrate and customize the platform according to your specific needs.
✔ CRM & ATS (custom)
Integrate with your CRM and ATS systems or request a custom integration to streamline workflows.
✔ Canva editor (soon)
Create, edit, and sync your designs effortlessly with the Canva editor.
White label
✔ Mobile app
Offer a fully branded experience with a white-label mobile app tailored to your organization.
✔ Emails
Send fully branded communications through the software (e.g., post suggestions, reminders, invites).
✔ Domain
Access the software through your own custom-branded white-label domain.
✔ WhatsApp
Enjoy the benefits of WhatsApp while using your company's WhatsApp Business account to communicate under your own name.
Support
✔ Customer success manager
Global suite

Custom

Performance driven, plus:
Multiple teams
✔ Manage multiple brands
Manage different divisions or brands of your organization in one paltform.
✔ Workspace per team
Every team gets their own performance driven workspace with all features.
✔ Content pool
Easily share content and posts between teams.
✔ Multi brand analytics
Advanced analytics to track the performance of all your teams.
✔ Custom language
Add a custom language for the software and app

Note: This is in addition to the already supported languages: NL, EN, FR, DE, IT, PO, ES.
Support
✔ Dedicated SRO Professional

Simplify Your Social Media Management

Start with social publishing (core) and add Modules to optimize your social reach.

Core: Social Publishing

Your social media foundation.

  • Effortlessly manage your company pages and optimize your social workflow
  • Share your brands' story with your dedicated followers.
  • Grow your page follower base by implementing a structured approach and planning for your posts.

With the Core package, you'll streamline your social media efforts and ensure your brand is always active and engaging.

Growth: Employee Advocacy First Steps

Designed for a seamless start.

  • Enable colleagues to post on social media, avoiding legal complications effortlessly.
  • No account, no login, no hassle.
  • Simplify the process with email notifications and one click posting for your colleagues.

With the Growth package, you'll gain your first experience with employee advocacy, leading to increased reach, engagement, and brand credibility

Activate: Employee Advocacy Pro

Empower Your Employees as True Brand Ambassadors.

  • Employees post to their accounts by adjusting ready made suggestions or directly with one click.
  • Let your colleagues contribute to measurable goals, such as an extensive reach, more leads and attracting top candidates.
  • Utilizing a range of tools partly grounded in behavioral science, the software significantly enhances user engagement and activity.

Leverage your employees' networks to expand reach, enhance brand image, and attract top talent. Strengthen relationships with prospects and customers by allowing employees to share their experiences and knowledge.

Local Hero: Activate Local Heroes

Mobilize your local heroes to expand your regional presence.

  • Broaden your social media presence by activating your local heroes - retailers, dealers, franchisees, and other partners.
  • Empower and unburden your local vital players to represent your brand authentically in their local markets.
  • Enhance two way sales: offer marketing support for local partners to drive mutual revenue growth.

With Activate Local Heroes, you'll build stronger relationships with your partners, enhance local engagement, and drive business growth through a cohesive, scalable social media strategy.

Explanation of Our Plans

Choose the best plan for your organization to achieve your business goals.

Social publishing
Employee advocacy
first steps
Collaborate
Performance driven
Social publishing
Employee advocacy first steps
Collaborate
Performance driven
Social publishing
Employee advocacy first steps
Collaborate
Performance driven
Social publishing
Employee advocacy first steps
Collaborate
Performance driven
Social publishing
Employee advocacy first steps
Collaborate
Performance driven
+
Performance driven plan per team

What Our Collaboration Will Look Like

Introduction

We'll assign a dedicated Customer Success Manager to meet and train your team using the software.

Start Experiment

Review your current social media strategy and set goals to achieve for the next few months.

Kick-off

Kick off session with the first group of internal and external heroes you d like to activate as brand ambassadors on social media.

Evaluate

Together, we continually measure and assess the effectiveness and success of your advocacy efforts.

Expand & Grow

We'll develop a plan to optimize your social reach and scale your advocacy program.

  • Bridgestone logo
  • Bridgestone logo

“Apostle provides an easy way for your employees to share content that you have pre-approved beforehand.”

Erwin Sigterman - Digital marketing coordinator at Wienerberger

“Thanks to Apostle, we now reach millions of consumers in Europe each year through regional social media accounts

Mickael Timmermans - Service Center Coordinator Europe at Shimano

“Our work with Apostle is making an impact – we had the second-most active employees on LinkedIn.”

Pili Ollés Roig - Communications Coordinator at Bridgestone Mobility Solutions

Frequently Asked Questions

Why do all plans include Social Publishing?

All plans include the Social Publishing package because it provides the essential tools for efficient social media management, such as centralized scheduling for your corporate pages, content creation, and basic analytics. It is the foundational layer upon which additional features and modules are built, ensuring a seamless and integrated social media strategy.

Why can’t I combine Core with both the Growth and Activate plans?

You cannot combine Core with both the Growth and Activate plans simultaneously because each combination is designed to address specific stages of your advocacy strategy and growth.

The Growth Package offers a straightforward introduction to employee advocacy. Employees don't need an Apostle account and receive content suggestions directly via email.

The Activate Package represents a more advanced level, placing employees at the core. They can select their preferred channels to receive suggestions, including WhatsApp or a mobile app, in addition to email. This package also incorporates various behavior change tactics and integrations designed to engage, motivate, and reward employees, transforming them into active brand ambassadors for your organization.

What is the difference between the Employee Advocacy First Steps and Collaborate plan?

The Employee Advocacy First Steps and Collaborate plans address your advocacy strategy and growth stages.
Employee Advocacy First Steps plan:

  • Seamless Start: Designed for a smooth introduction to employee advocacy.
  • No Apostle Account Needed: Employees do not need an Apostle account.
  • Email-Based Posting: Employees receive post suggestions via email and can post directly to LinkedIn with one click.
  • LinkedIn Only: The focus is on LinkedIn, making it simple and convenient for employees to participate.

Collaborate plan:

  • Advanced Engagement: Requires employees to have an Apostle account.
  • Comprehensive Training: Employees receive training on setting up their accounts and using the mobile app for posting.
  • Behavior Change Tactics: Incorporates various tactics to engage and motivate employees, turning them into active brand ambassadors.
  • Enhanced Features: Provides tools and strategies to activate and engage employees in your advocacy efforts fully.

In summary, the Employee advocacy first steps plan offers a basic, easy-to-implement approach to employee advocacy. In contrast, the Collaborate plan provides a more advanced and comprehensive strategy to engage and empower employees as brand ambassadors fully.

Is there a free trial available for any of the packages?

No, Apostle offers an experiment for two months, with all features included. This allows you to explore the platform's full capabilities and see how it can transform your social media results. We ask for a small investment that gives our customer success team time to contribute to a successful period.

Is there a discount for an annual subscription?

Yes, discounts are available for longer term commitments.

Can I start with the Social Publishing plan and upgrade to other plans later?

Yes, you can start with the Social Publishing plan and upgrade to other plans as your needs evolve. The Social Publishing plan provides a strong foundation, and you can expand to other plans to enhance your social media strategy.

Are there any set-up fees for the plans?

Yes, a one-time set-up fee of €499 to set up your team account and settings.

How do I get started with any of the plans?

You can start with a commitment-free experiment for a small investment to try all the features of Apostle's plans. Afterward, you can choose which plans you want to use.

Can I switch plans if my business changes?

Yes, you can switch plans as your business needs change. Apostle offers flexibility to upgrade or modify your plan, ensuring it continues to meet your evolving social media strategy requirements. Please note that the ability to downgrade plans may depend on the contract you have signed, including whether you have opted for monthly or annual payments.

Can I customize my plan with additional modules or add-ons?

Yes, Apostle allows you to customize your plan by adding modules and add-ons, tailoring the solution to your specific business needs.

How many users are included in each plan?

Each plan allows you to add unlimited users. However, the Social Publishing plan will enable you to connect only four business pages. If you want to connect more, you will need to purchase the Collaborate package.

Top-rated on G2 as a High Performer

Apostle is a leader in Employee Advocacy on G2
Apostle is a leader in Mid-Market Employee Advocacy on G2
Apostle is a leader in EMEA Employee Advocacy on G2
Apostle is a leader in Mid-Market EMEA Employee Advocacy on G2
Apostle is a leader in Mid-Market Europe Employee Advocacy on G2
Apostle is a leader in Mid-Market Europe Social Media Suites on G2
Users love Apostle on G2

Contact Our Sales Team

Whether you have questions about our plans, pricing, or solutions, or just want to explore how we can work together, our sales team is here to help. Reach out today by filling in the form below and discover how we can support your goals!

Crowe Foederer

''Great tool that takes us to the next level. Apostle helps us to increase our local brand awareness, by getting more colleagues involved in sharing.''

Roxanne Daris
Van der Velden

"We found the Apostle experiment to be very easy to start with. After the kick-off, we could start right away, and we're already seeing positive results."

Donna Visser
PIDZ

"The results speak for themselves: in a month, we gained 3.6 times more organic reach than our LinkedIn page - a great addition to our channel mix!"

Carlijne Brouwers
$(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
Capterra rating 4.3
© Apostle Social 2025
Privacy Policy
Terms and conditions
GDPR
KVK: 57449104
VAT: NL852584362B01