# Zoom

**Capture registrations on Wavecast and deliver basic webinars on Zoom.**&#x20;

The first time you enable the Zoom integration on a Wavecast hub, the following credentials must be known about the Zoom account:

* Account ID
* Client ID
* Client Secret

The following information is needed about each event on which the integration will be active:&#x20;

* Zoom Webinar ID
* Wavecast Content ID

## Trigger Actions

Wavecast data can be synced with Zoom from a range of user actions:

* User Subscribed for Content
* User Cancelled Content Subscription

## Setup

1. Create the event in Wavecast and select Zoom as the delivery mode.
2. Create a webinar or meeting in your Zoom account. Set the start and end time of the webinar accurately, as this is referenced by the Wavecast engagement report.&#x20;
3. On Wavecast, go to Settings > Integrations > Zoom
4. Enter the Zoom Webinar ID
5. Select the Zoom Credentials from the dropdown. If none exist:
   1. Select Create new credentials
   2. Enter the API Key
   3. Enter the Client Secret
6. Enter the Zoom fields to map from Wavecast
7. Select Create.

{% hint style="danger" %}
Field names are case-sensitive and must be the exact match of the Zoom field, including any spaces and/or special characters.
{% endhint %}

## User Journey

When a user is subscribed to the event on Wavecast, join instructions will be displayed on the event page.&#x20;

The audience must join the webinar using the Zoom application; the player does not display on the Wavecast event page.&#x20;

Join information can be displayed in email campaigns.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.wavecast.io/integrations/unified-communications/zoom.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
