The Meetings Provisioner API sets up Wix Meetings infrastructure on a Wix site. Use it when building an app that relies on Meetings functionality for customers who may not have the Meetings app installed.
With the Meetings Provisioner API, you can:
- Provision all required Wix Meetings infrastructure in a single call.
- Retrieve IDs for the default booking form, booking policy, and scheduling link created during provisioning.
It's important to note the following points before starting to code:
- Provision Meetings App creates all required components in a single call: a headless OAuth client, a booking form, a default booking policy, a default schedule, and a default service (scheduling link).
- This method is idempotent and works on any Wix site. It installs the Wix Meetings app automatically if the site doesn't have it yet, and calling it multiple times on the same site has no additional effect.
- After provisioning, use the Bookings APIs to manage services, bookings, and other Meetings entities.
- Scheduling link: A shareable link to a meeting's booking page. A scheduling link corresponds to a service in the Wix Bookings API.
- Provisioning: The process of creating the required Meetings infrastructure on a site, including form, policy, schedule, and default service.