Browse sources$ls -a sources
Logo of gong
Gong
Help your clients sell better with a Gong integration
Sync your customers' dataFiber pulls data from your customers' Gong accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Logo of gong
Fiber
postgres-prod
gong_calls
Your customers' Gong accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Gong API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Calls belonging to the Gong account
-- of a particular user.

SELECT *
FROM fiber.gong_call
WHERE account_id = '{user.gong_id}'
-- Fetch all the Calls belonging to the Gong account
-- of a particular user.

SELECT *
FROM fiber.gong_call
WHERE account_id = '{user.gong_id}'
Code
CREATE TABLE fiber.gong_call (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
url TEXT,
title TEXT,
scheduled TIMESTAMP WITH TIME ZONE,
started TIMESTAMP WITH TIME ZONE,
duration DOUBLE PRECISION,
primary_user_id TEXT,
direction TEXT,
system TEXT,
scope TEXT,
media TEXT,
language TEXT,
workspace_id TEXT,
sdr_disposition TEXT,
client_unique_id TEXT,
custom_data TEXT,
purpose TEXT,
meeting_url TEXT,
is_private BOOLEAN,
calendar_event_id TEXT
)
CREATE TABLE fiber.gong_call (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
url TEXT,
title TEXT,
scheduled TIMESTAMP WITH TIME ZONE,
started TIMESTAMP WITH TIME ZONE,
duration DOUBLE PRECISION,
primary_user_id TEXT,
direction TEXT,
system TEXT,
scope TEXT,
media TEXT,
language TEXT,
workspace_id TEXT,
sdr_disposition TEXT,
client_unique_id TEXT,
custom_data TEXT,
purpose TEXT,
meeting_url TEXT,
is_private BOOLEAN,
calendar_event_id TEXT
)
Model definition
About this source
Logo of gong
GongRevenue intelligence platform for capturing and understanding sales conversations.gong.io  ↗
Available resources
    Calls
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Gong?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Gong and over 200 other APIs. Setup and deploy within minutes.
Logo of gongIntegrate Gong using Fiber Fiber makes it easy to access third-party data from Gong accounts. Get started in just a few minutes.