Browse sources$ls -a sources
Logo of apollo
Apollo
Enrich user experiences with insights from their Apollo data
Sync your customers' dataFiber pulls data from your customers' Apollo accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Logo of apollo
Fiber
postgres-prod
apollo_accounts
apollo_organizations
apollo_contacts
Your customers' Apollo accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Apollo API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Accounts belonging to the Apollo
-- account of a particular user.

SELECT *
FROM fiber.apollo_account
WHERE account_id = '{user.apollo_id}'
-- Fetch all the Accounts belonging to the Apollo
-- account of a particular user.

SELECT *
FROM fiber.apollo_account
WHERE account_id = '{user.apollo_id}'
Code
CREATE TABLE fiber.apollo_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
website_url TEXT,
blog_url TEXT,
angellist_url TEXT,
linkedin_url TEXT,
twitter_url TEXT,
facebook_url TEXT,
languages TEXT[],
alexa_ranking DOUBLE PRECISION,
phone TEXT,
linkedin_uid TEXT,
publicly_traded_symbol TEXT,
publicly_traded_exchange TEXT,
logo_url TEXT,
crunchbase_url TEXT,
primary_domain TEXT,
starred_by_user_ids TEXT[],
persona_counts JSONB,
market_cap TEXT,
organization_raw_address TEXT,
organization_city TEXT,
organization_street_address TEXT,
organization_state TEXT,
organization_country TEXT,
organization_postal_code TEXT,
suggest_location_enrichment JSONB,
domain TEXT,
team_id TEXT,
typed_custom_fields JSONB,
organization_id TEXT,
account_stage_id TEXT,
source TEXT,
original_source TEXT,
owner_id TEXT,
phone_status TEXT,
hubspot_id TEXT,
salesforce_id TEXT,
salesforce_owner_id TEXT,
parent_account_id TEXT,
sanitized_phone TEXT,
account_playbook_statuses TEXT[],
existence_level TEXT,
label_ids TEXT[],
modality TEXT,
salesforce_record_url TEXT,
contact_emailer_campaign_ids TEXT[],
contact_campaign_status_tally JSONB,
num_contacts INT,
last_activity_date TEXT
)
CREATE TABLE fiber.apollo_account (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
website_url TEXT,
blog_url TEXT,
angellist_url TEXT,
linkedin_url TEXT,
twitter_url TEXT,
facebook_url TEXT,
languages TEXT[],
alexa_ranking DOUBLE PRECISION,
phone TEXT,
linkedin_uid TEXT,
publicly_traded_symbol TEXT,
publicly_traded_exchange TEXT,
logo_url TEXT,
crunchbase_url TEXT,
primary_domain TEXT,
starred_by_user_ids TEXT[],
persona_counts JSONB,
market_cap TEXT,
organization_raw_address TEXT,
organization_city TEXT,
organization_street_address TEXT,
organization_state TEXT,
organization_country TEXT,
organization_postal_code TEXT,
suggest_location_enrichment JSONB,
domain TEXT,
team_id TEXT,
typed_custom_fields JSONB,
organization_id TEXT,
account_stage_id TEXT,
source TEXT,
original_source TEXT,
owner_id TEXT,
phone_status TEXT,
hubspot_id TEXT,
salesforce_id TEXT,
salesforce_owner_id TEXT,
parent_account_id TEXT,
sanitized_phone TEXT,
account_playbook_statuses TEXT[],
existence_level TEXT,
label_ids TEXT[],
modality TEXT,
salesforce_record_url TEXT,
contact_emailer_campaign_ids TEXT[],
contact_campaign_status_tally JSONB,
num_contacts INT,
last_activity_date TEXT
)
Model definition
About this source
Logo of apollo
ApolloSales intelligence and engagement platform to accelerate growth.apollo.io  ↗
Available resources
    Accounts
    Organizations
    Contacts
    Opportunities
    Tasks
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Apollo?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Apollo and over 200 other APIs. Setup and deploy within minutes.
Logo of apolloIntegrate Apollo using Fiber Fiber makes it easy to access third-party data from Apollo accounts. Get started in just a few minutes.