Browse sources$ls -a sources
Logo of zoom
Zoom
Virtual meetings and remote collaboration platform.
Sync your customers' dataFiber pulls data from your customers' Zoom accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Logo of zoom
Fiber
postgres-prod
zoom_meetings
zoom_reports
zoom_users
Your customers' Zoom accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Zoom API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Meetings belonging to the Zoom
-- account of a particular user.

SELECT *
FROM fiber.zoom_meeting
WHERE account_id = '{user.zoom_id}'
-- Fetch all the Meetings belonging to the Zoom
-- account of a particular user.

SELECT *
FROM fiber.zoom_meeting
WHERE account_id = '{user.zoom_id}'
Code
CREATE TABLE fiber.zoom_meeting (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
agenda TEXT,
created_at TEXT,
duration DOUBLE PRECISION,
host_id TEXT,
join_url TEXT,
pmi TEXT,
start_time TEXT,
timezone TEXT,
topic TEXT,
type INT,
uuid TEXT
)
CREATE TABLE fiber.zoom_meeting (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
agenda TEXT,
created_at TEXT,
duration DOUBLE PRECISION,
host_id TEXT,
join_url TEXT,
pmi TEXT,
start_time TEXT,
timezone TEXT,
topic TEXT,
type INT,
uuid TEXT
)
Model definition
About this source
Logo of zoom
ZoomVirtual meetings and remote collaboration platform.zoom.us  ↗
Available resources
    Meetings
    Reports
    Users
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Zoom?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Zoom and over 200 other APIs. Setup and deploy within minutes.
Logo of zoomIntegrate Zoom using Fiber Fiber makes it easy to access third-party data from Zoom accounts. Get started in just a few minutes.