Browse sources$ls -a sources
Logo of vitally
Vitally
Improve customer success with insights from Vitally data
Sync your customers' dataFiber pulls data from your customers' Vitally accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Logo of vitally
Fiber
postgres-prod
vitally_accounts
vitally_organizations
vitally_users
Your customers' Vitally accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Vitally API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Accounts belonging to the Vitally
-- account of a particular user.

SELECT *
FROM fiber.vitally_account
WHERE account_id = '{user.vitally_id}'
-- Fetch all the Accounts belonging to the Vitally
-- account of a particular user.

SELECT *
FROM fiber.vitally_account
WHERE account_id = '{user.vitally_id}'
Code
CREATE TABLE fiber.vitally_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
external_id TEXT,
name TEXT,
traits JSONB,
organization_id TEXT,
account_owner_id TEXT,
churned_at TIMESTAMP WITH TIME ZONE,
first_seen_timestamp TIMESTAMP WITH TIME ZONE,
last_seen_timestamp TIMESTAMP WITH TIME ZONE,
last_inbound_message_timestamp TIMESTAMP WITH TIME ZONE,
last_outbound_message_timestamp TIMESTAMP WITH TIME ZONE,
mrr DOUBLE PRECISION,
next_renewal_date TIMESTAMP WITH TIME ZONE,
trial_end_date TIMESTAMP WITH TIME ZONE,
users_count INT,
nps_detractor_count INT,
nps_passive_count INT,
nps_promoter_count INT,
nps_score INT,
health_score INT,
csm_id TEXT,
account_executive_id TEXT,
key_roles TEXT[],
segments JSONB
)
CREATE TABLE fiber.vitally_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
external_id TEXT,
name TEXT,
traits JSONB,
organization_id TEXT,
account_owner_id TEXT,
churned_at TIMESTAMP WITH TIME ZONE,
first_seen_timestamp TIMESTAMP WITH TIME ZONE,
last_seen_timestamp TIMESTAMP WITH TIME ZONE,
last_inbound_message_timestamp TIMESTAMP WITH TIME ZONE,
last_outbound_message_timestamp TIMESTAMP WITH TIME ZONE,
mrr DOUBLE PRECISION,
next_renewal_date TIMESTAMP WITH TIME ZONE,
trial_end_date TIMESTAMP WITH TIME ZONE,
users_count INT,
nps_detractor_count INT,
nps_passive_count INT,
nps_promoter_count INT,
nps_score INT,
health_score INT,
csm_id TEXT,
account_executive_id TEXT,
key_roles TEXT[],
segments JSONB
)
Model definition
About this source
Logo of vitally
VitallyCustomer success platform for B2B SaaS companies to reduce churn and increase growth.vitally.io  ↗
Available resources
    Accounts
    Organizations
    Users
    Conversations
    Messages
    Notes
    Projects
    Tasks
    Custom Objects
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Vitally?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Vitally and over 200 other APIs. Setup and deploy within minutes.
Logo of vitallyIntegrate Vitally using Fiber Fiber makes it easy to access third-party data from Vitally accounts. Get started in just a few minutes.