Product Docs
  • What is Dataworkz?
  • Getting Started
    • What You Will Need (Prerequisites)
    • Create with Default Settings: RAG Quickstart
    • Custom Settings: RAG Quickstart
    • Data Transformation Quickstart
    • Create an Agent: Quickstart
  • Concepts
    • RAG Applications
      • Overview
      • Ingestion
      • Embedding Models
      • Vectorization
      • Retrieve
    • AI Agents
      • Introduction
      • Overview
      • Tools
        • Implementation
      • Type
      • Tools Repository
      • Tool Execution Framework
      • Agents
      • Scenarios
      • Agent Builder
    • Data Studio
      • No-code Transformations
      • Datasets
      • Dataflows
        • Single Dataflows:
        • Composite dataflows:
        • Benefits of Dataflows:
      • Discovery
        • How to: Discovery
      • Lineage
        • Features of Lineage:
        • Viewing a dataset's lineage:
      • Catalog
      • Monitoring
      • Statistics
  • Guides
    • RAG Applications
      • Configure LLM's
        • AWS Bedrock
      • Embedding Models
        • Privately Hosted Embedding Models
        • Amazon Bedrock Hosted Embedding Model
        • OpenAI Embedding Model
      • Connecting Your Data
        • Finding Your Data Storage: Collections
      • Unstructured Data Ingestion
        • Ingesting Unstructured Data
        • Unstructured File Ingestion
        • Html/Sharepoint Ingestion
      • Create Vector Embeddings
        • How to Build the Vector embeddings from Scratch
        • How do Modify Existing Chunking/Embedding Dataflows
      • Response History
      • Creating RAG Experiments with Dataworkz
      • Advanced RAG - Access Control for your data corpus
    • AI Agents
      • Concepts
      • Tools
        • Dataset
        • AI App
        • Rest API
        • LLM Tool
        • Relational DB
        • MongoDB
        • Snowflake
      • Agent Builder
      • Agents
      • Guidelines
    • Data Studio
      • Transformation Functions
        • Column Transformations
          • String Operations
            • Format Operations
            • String Calculation Operations
            • Remove Stop Words Operation
            • Fuzzy Match Operation
            • Masking Operations
            • 1-way Hash Operation
            • Copy Operation
            • Unnest Operation
            • Convert Operation
            • Vlookup Operation
          • Numeric Operations
            • Tiles Operation
            • Numeric Calculation Operations
            • Custom Calculation Operation
            • Numeric Encode Operation
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Convert Operation
            • VLookup Operation
          • Boolean Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
          • Date Operations
            • Date Format Operations
            • Date Calculation Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Encode Operation
            • Convert Operation
          • Datetime/Timestamp Operations
            • Datetime Format Operations
            • Datetime Calculation Operations
            • Mask Operation
            • 1-way Hash Operation
            • Copy Operation
            • Encode Operation
            • Page 1
        • Dataset Transformations
          • Utility Functions
            • Area Under the Curve
            • Page Rank Utility Function
            • Transpose Utility Function
            • Semantic Search Template Utility Function
            • New Header Utility Function
            • Transform to JSON Utility Function
            • Text Utility Function
            • UI Utility Function
          • Window Functions
          • Case Statement
            • Editor Query
            • UI Query
          • Filter
            • Editor Query
            • UI Query
      • Data Prep
        • Joins
          • Configuring a Join
        • Union
          • Configuring a Union
      • Working with CSV files
      • Job Monitoring
    • Utility Features
      • IP safelist
      • Connect to data source(s)
        • Cloud Data Platforms
          • AWS S3
          • BigQuery
          • Google Cloud Storage
          • Azure
          • Snowflake
          • Redshift
          • Databricks
        • Databases
          • MySQL
          • Microsoft SQL Server
          • Oracle
          • MariaDB
          • Postgres
          • DB2
          • MongoDB
          • Couchbase
          • Aerospike
          • Pinecone
        • SaaS Applications
          • Google Ads
          • Google Analytics
          • Marketo
          • Zoom
          • JIRA
          • Salesforce
          • Zendesk
          • Hubspot
          • Outreach
          • Fullstory
          • Pendo
          • Box
          • Google Sheets
          • Slack
          • OneDrive / Sharepoint
          • ServiceNow
          • Stripe
      • Authentication
      • User Management
    • How To
      • Data Lake to Salesforce
      • Embed RAG into your App
  • API
    • Generate API Key in Dataworkz
    • RAG Apps API
    • Agents API
  • Open Source License Types
Powered by GitBook
On this page
  • Prerequisite
  • Create Connector for Zoom
  • Add Configuration
  1. Guides
  2. Utility Features
  3. Connect to data source(s)
  4. SaaS Applications

Zoom

How to configure a Zoom connection

PreviousMarketoNextJIRA

Last updated 10 months ago

This document describes the Dataworkz connector configuration required to access Zoom. This document walks through the authentication process to create a private connected app for Zoom REST API access.

Prerequisite

You need a Zoom Admin account for configuring a Zoom connector in Dataworkz. Follow the steps below for creating a private connected App (skip to the next section if already done).

  1. Login to Zoom Marketplace () with credentials that have an Admin role

  2. Process of creating a private connected app for OAuth is described here - . During the process keep the following in mind.

    • select Account-level app

    • make a note of the Client ID & Client Secret as the same would be required while configuring Dataworkz connector

    • Redirect URL can be found using the process described under Private Connected App

    • add Dataworkz application URL to the allow list

    • Add the following to the list of Scopes

      • dashboard_meetings:read:admin

      • meeting:read:admin

      • recording:read:admin

      • report:read:admin

      • user:read:admin

Create Connector for Zoom

  1. Login to Dataworkz Application

  2. Goto Configuration -> SaaS Applications -> Zoom

  3. Click the + icon to add a new configuration

  4. Enter name for the configuration in the above screen

  5. Select the authentication type

    • Private Connected App (OAuth for users of the account)

    • API key (deprecated now)

Private Connected App

  1. If the OAuth connected app is already created select Yes else select No.

    • Selecting No would pop up a window with a redirect URL

    • Make note of this redirect URL and create a private connected app as described in Prerequisite section

  2. Enter the Client ID & Secret that was saved during the App creation

  3. Select the workspace & collection

  4. Click Save. This would prompt you to login to Zoom account and authorize Dataworkz to access Zoom APIs

Newly created connector would show up in the list of Zoom configurations

Add Configuration

Click the newly created connector and then click + icon to add configuration for Zoom

  1. Enter name for the dataset

  2. Select the zoom account report type

  3. Select either a date range or “all historical records”

  4. Enable/disable recurring job

  5. Click Add

This would complete the Dataworkz configuration for Zoom

https://marketplace.zoom.us/
https://developers.zoom.us/docs/integrations/create/