Scheduling Links

How to embed a Scheduling Link from Onderwijsloket in your application.

Visitors interested in working in education can schedule a free advice consultation with an advisor from the Onderwijsloket. During this appointment, advisors help explore possible pathways into education, including training routes, roles, qualifications, and regulations.

Partners may integrate this scheduling functionality directly into their own websites using a SavvyCal embed. This allows visitors to schedule an advice conversation without leaving your website.

Integration Guidelines

When integrating the Onderwijsloket scheduling tool on your website, please follow these guidelines.

Our preference is for users to schedule a conversation rather than call directly. This allows us to help more people efficiently.

Please ensure that the following conditions are met:

  • It must be clear that the conversation takes place with the national Onderwijsloket, not with the regional education desk.

  • Visitors should understand what they can expect from an advice conversation.

  • The Onderwijsloket logo must be shown when presenting this service.

  • The logo should link to https://onderwijsloket.com.

Example integration by onderwijsloketrotterdam.nl
Modal shown to user when he requests more information.

Embedding the Scheduler

You can embed the scheduling tool using a small SavvyCal script. This script opens the appointment planner when a user clicks a button.

Copy the following HTML snippet into your website and adapt the button styling to match your design.

<button id="init">Maak hier jouw button!</button>

<script>
  window.SavvyCal = window.SavvyCal || function () {
    (SavvyCal.q = SavvyCal.q || []).push(arguments);
  };
</script>

<script async defer src="https://embed.savvycal.com/v1/embed.js"></script>

<script>
  SavvyCal('init');

  var options = {
    link: 'onderwijsloket/plan-een-adviesgesprek',
    questions: {
      // Replace this with the name of your regional education desk
      0: "<Naam van jouw onderwijsloket>"
    }
  };

  function openSavvyCal() {
    SavvyCal('open', options);
  }

  document.getElementById('init').addEventListener('click', openSavvyCal);
</script>

You must update the regional desk name in the code above.


Replace <Naam van jouw onderwijsloket> with the name of your organization, for example "Onderwijsloket Rotterdam".

This allows us to track through which regional partner the appointment was scheduled.

For more advanced integration options, refer to the SavvyCal documentation:

SavvyCal Documentation

Suggested Content for Your Website

To help partners integrate the service consistently, you may reuse the following content blocks.

## Een onafhankelijk advies over jouw stap naar het onderwijs
De adviseurs van [het landelijke Onderwijsloket](https://onderwijsloket.com) denken graag mee over jouw mogelijkheden in het onderwijs en de route daar naartoe.

> plan een gratis adviesgesprek
> Wat kun je van een advies verwachten?
## Wat kun je van een adviesgesprek verwachten?
Tijdens een adviesgesprek met het Onderwijsloket denkt een adviseur met je mee over je mogelijke routes naar het onderwijs. Onze adviseurs geven jou graag een advies op maat. Of je nou wilt weten welke opleiding het best bij jou situatie en beoogde functie past, of voor welk type functies je in aanmerking komt; onze adviseurs helpen je graag verder. De adviseur belt je op een door jou gekozen moment om je ingestuurde vragen met je door te nemen.

Een adviesgesprek met het Onderwijsloket duurt ongeveer 20 minuten. We vragen je bij het inplannen van het gesprek om wat informatie over jezelf met ons te delen, zoals het telefoonnummer waarop we je kunnen bereiken, informatie over je eerder afgeronde opleiding(en) en waar je het over zou willen hebben tijdens het gesprek. Ook sturen we je na het inplannen van het adviesgesprek alvast wat handige informatie toe, die je ter voorbereiding kunt doornemen.

### **Over het Onderwijsloket**

Het landelijke Onderwijsloket is een informatie- en adviescentrum over *werken in het onderwijs*. Zij weten alles over routes, bevoegdheden, subsidies, de verschillende sectoren en functies, en andere algemene en praktische zaken om mee te wegen in je oriëntatie.

`<Naam van jouw regionale onderwijsloket>` is géén onderdeel van het Onderwijsloket, maar een samenwerkingspartner.

Media Kit

You can download our media code with logo files and images below.

Download Media Kit