Browse sources$ls -a sources
Logo of gorgias
Gorgias
Streamline customer service with your users’ Gorgias data
Sync your customers' dataFiber pulls data from your customers' Gorgias accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Logo of gorgias
Fiber
postgres-prod
gorgias_tickets
gorgias_accounts
gorgias_customers
Your customers' Gorgias accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Gorgias API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Tickets belonging to the Gorgias
-- account of a particular user.

SELECT *
FROM fiber.gorgias_ticket
WHERE account_id = '{user.gorgias_id}'
-- Fetch all the Tickets belonging to the Gorgias
-- account of a particular user.

SELECT *
FROM fiber.gorgias_ticket
WHERE account_id = '{user.gorgias_id}'
Code
CREATE TABLE fiber.gorgias_ticket (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
assignee_user TEXT,
channel TEXT,
closed_datetime TEXT,
created_datetime TEXT,
customer JSONB,
events JSONB,
external_id TEXT,
is_unread BOOLEAN,
language TEXT,
last_message_datetime TEXT,
last_received_message_datetime TEXT,
messages JSONB,
meta JSONB,
opened_datetime TEXT,
satisfaction_survey JSONB,
snooze_datetime TEXT,
spam BOOLEAN,
status TEXT,
subject TEXT,
tags JSONB,
trashed_datetime TEXT,
updated_datetime TEXT,
via TEXT,
uri TEXT
)
CREATE TABLE fiber.gorgias_ticket (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
assignee_user TEXT,
channel TEXT,
closed_datetime TEXT,
created_datetime TEXT,
customer JSONB,
events JSONB,
external_id TEXT,
is_unread BOOLEAN,
language TEXT,
last_message_datetime TEXT,
last_received_message_datetime TEXT,
messages JSONB,
meta JSONB,
opened_datetime TEXT,
satisfaction_survey JSONB,
snooze_datetime TEXT,
spam BOOLEAN,
status TEXT,
subject TEXT,
tags JSONB,
trashed_datetime TEXT,
updated_datetime TEXT,
via TEXT,
uri TEXT
)
Model definition
About this source
Logo of gorgias
GorgiasCustomer service platform designed for e-commerce businesses.gorgias.com  ↗
Available resources
    Tickets
    Accounts
    Customers
    Custom Fields
    Events
    Files
    Integrations
    Jobs
    Macros
    Rules
    Satisfaction Surveys
    Searches
    Users
    Teams
    Tags
    Ticket Messages
    Statistics
    Views
    Voice Calls
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Gorgias?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Gorgias and over 200 other APIs. Setup and deploy within minutes.
Logo of gorgiasIntegrate Gorgias using Fiber Fiber makes it easy to access third-party data from Gorgias accounts. Get started in just a few minutes.