Browse sources$ls -a sources
Logo of salesloft
Salesloft
Improve sales processes with your users’ Salesloft data
Sync your customers' dataFiber pulls data from your customers' Salesloft accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Logo of salesloft
Fiber
postgres-prod
salesloft_cadences
salesloft_cadences
salesloft_people
Your customers' Salesloft accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Salesloft API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Accounts belonging to the Salesloft
-- account of a particular user.

SELECT *
FROM fiber.salesloft_account
WHERE account_id = '{user.salesloft_id}'
-- Fetch all the Accounts belonging to the Salesloft
-- account of a particular user.

SELECT *
FROM fiber.salesloft_account
WHERE account_id = '{user.salesloft_id}'
Code
CREATE TABLE fiber.salesloft_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
archived_at TIMESTAMP WITH TIME ZONE,
name TEXT,
domain TEXT,
conversational_name TEXT,
description TEXT,
phone TEXT,
website TEXT,
linkedin_url TEXT,
twitter_handle TEXT,
street TEXT,
city TEXT,
state TEXT,
postal_code TEXT,
country TEXT,
locale TEXT,
industry TEXT,
company_type TEXT,
founded TEXT,
revenue_range TEXT,
size TEXT,
crm_id TEXT,
crm_url TEXT,
crm_object_type TEXT,
owner_crm_id TEXT,
last_contacted_at TIMESTAMP WITH TIME ZONE,
do_not_contact BOOLEAN,
custom_fields JSONB,
user_relationships JSONB,
tags TEXT[],
counts JSONB,
owner JSONB,
creator JSONB,
last_contacted_by JSONB,
last_contacted_person JSONB,
company_stage JSONB,
account_tier JSONB
)
CREATE TABLE fiber.salesloft_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
archived_at TIMESTAMP WITH TIME ZONE,
name TEXT,
domain TEXT,
conversational_name TEXT,
description TEXT,
phone TEXT,
website TEXT,
linkedin_url TEXT,
twitter_handle TEXT,
street TEXT,
city TEXT,
state TEXT,
postal_code TEXT,
country TEXT,
locale TEXT,
industry TEXT,
company_type TEXT,
founded TEXT,
revenue_range TEXT,
size TEXT,
crm_id TEXT,
crm_url TEXT,
crm_object_type TEXT,
owner_crm_id TEXT,
last_contacted_at TIMESTAMP WITH TIME ZONE,
do_not_contact BOOLEAN,
custom_fields JSONB,
user_relationships JSONB,
tags TEXT[],
counts JSONB,
owner JSONB,
creator JSONB,
last_contacted_by JSONB,
last_contacted_person JSONB,
company_stage JSONB,
account_tier JSONB
)
Model definition
About this source
Logo of salesloft
SalesloftPlatform for sales engagement to help teams close more deals.salesloft.com  ↗
Available resources
    Cadences
    Cadences
    People
    Users
    Emails
    Account Stages
    Actions
    Calls
    Notes
    CRM Activities
    Successes
    Steps
    Person Stages
    Groups
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Salesloft?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Salesloft and over 200 other APIs. Setup and deploy within minutes.
Logo of salesloftIntegrate Salesloft using Fiber Fiber makes it easy to access third-party data from Salesloft accounts. Get started in just a few minutes.