Browse sources$ls -a sources
Logo of replyio
Reply.io
Optimize communication strategies with Reply.io data
Sync your customers' dataFiber pulls data from your customers' Reply.io accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Logo of replyio
Fiber
postgres-prod
replyio_campaigns
replyio_campaign_schedules
replyio_contacts
Your customers' Reply.io accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Reply.io API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Campaigns belonging to the Reply.io
-- account of a particular user.

SELECT *
FROM fiber.replyio_campaign
WHERE account_id = '{user.replyio_id}'
-- Fetch all the Campaigns belonging to the Reply.io
-- account of a particular user.

SELECT *
FROM fiber.replyio_campaign
WHERE account_id = '{user.replyio_id}'
Code
CREATE TABLE fiber.replyio_campaign (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
status INT,
email_accounts TEXT[],
owner_email TEXT,
deliveries_count INT,
opens_count INT,
replies_count INT,
bounces_count INT,
opt_outs_count INT,
out_of_office_count INT,
people_count INT,
people_finished INT,
people_active INT,
people_paused INT
)
CREATE TABLE fiber.replyio_campaign (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
status INT,
email_accounts TEXT[],
owner_email TEXT,
deliveries_count INT,
opens_count INT,
replies_count INT,
bounces_count INT,
opt_outs_count INT,
out_of_office_count INT,
people_count INT,
people_finished INT,
people_active INT,
people_paused INT
)
Model definition
About this source
Logo of replyio
Reply.ioSales engagement platform for automating email searches, outreach, and calls.reply.io  ↗
Available resources
    Campaigns
    Campaign Schedules
    Contacts
    Templates
    Email Accounts
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Reply.io?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Reply.io and over 200 other APIs. Setup and deploy within minutes.
Logo of replyioIntegrate Reply.io using Fiber Fiber makes it easy to access third-party data from Reply.io accounts. Get started in just a few minutes.