![]() |
VOOZH | about |
Using SQL Server as a backup for critical business data provides an essential safety net against loss. Backing up data to SQL Server enables business users to more easily connect that data with features like reporting, analytics, and more.
This example demonstrates how to use the CData SSIS Tasks for Zoom inside of a SQL Server SSIS workflow to transfer Zoom data into a Microsoft SQL Server database.
To get started, add a new Zoom source and SQL Server ADO.NET destination to a new data flow task.
๐ The Data Flow task used in this example. (Salesforce is shown.)Follow the steps below to save Zoom connection properties in a connection manager.
Start by setting the Profile connection property to the location of the Zoom Profile on disk (e.g. C:\profiles\Zoom.apip). Next, set the ProfileSettings connection property to the connection string for Zoom (see below).
To authenticate to Zoom, you can use the OAuth standard to connect to your own data or to allow other users to connect to their data.
First create an OAuth app. To do so, navigate to https://marketplace.zoom.us/develop/create and click Create under the OAuth section. Select whether or not the app will be for individual users or for the entire account, and uncheck the box to publish the app. Give the app a name and click Create. You will then be given your Client Secret and Client ID
After setting the following connection properties, you are ready to connect:
Follow the steps below to specify the query to be used to extract Zoom data.
SELECT Id, JobTitle FROM MeetingRegistrants WHERE State = 'NC'๐ The SQL query to retrieve records. (Salesforce is shown.)
Follow the steps below to specify the SQL server table to load the Zoom data into.
You can now run the project. After the SSIS Task has finished executing, your database will be populated with Zoom data.
๐ The completed import. (Salesforce is shown.)Connect to live data from Zoom with the API Driver
Connect to Zoom