> ## Documentation Index
> Fetch the complete documentation index at: https://docs.useparagon.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoom

> Browse the tools and triggers available for Zoom in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/zoom/ZOOM_CREATE_MEETING" title="Create Meeting" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_UPDATE_MEETING" title="Update Meeting" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_GET_MEETING" title="Get Meeting" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_GET_MEETING_BY_ID" title="Get Meeting By ID" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_DELETE_MEETING" title="Delete Meeting" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_ADD_MEETING_REGISTRANT" title="Add Meeting Registrant" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_GET_MEETING_REGISTRANT" title="Get Meeting Registrant" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_DELETE_MEETING_REGISTRANT" title="Delete Meeting Registrant" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_GET_RECORDING_BY_MEETING_ID" title="Get Recording By Meeting ID" horizontal />

  <Card href="/actionkit/integrations/zoom/ZOOM_SEARCH_RECORDING" title="Search Recording" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_MEETING_CREATED" title="New Meeting" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_MEETING_UPDATED" title="Meeting Updated" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_MEETING_ENDED" title="Meeting Ended" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_MEETING_REGISTRANT_CREATED" title="New Meeting Registrant" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_PARTICIPANT_JOINED" title="Meeting Participant Joined" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_PARTICIPANT_LEFT" title="Meeting Participant Left" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_RECORDING_STARTED" title="New Recording" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_RECORDING_COMPLETED" title="Complete Recording" horizontal />

  <Card href="/actionkit/integrations/zoom/triggers/ZOOM_TRIGGER_RECORDING_TRANSCRIPT_COMPLETED" title="Recording Transcript Completed" horizontal>
    Trigger when the transcript of the recording is made available
  </Card>
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
