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

SELECT *
FROM fiber.monday_board
WHERE account_id = '{user.monday_id}'
-- Fetch all the Boards belonging to the Monday
-- account of a particular user.

SELECT *
FROM fiber.monday_board
WHERE account_id = '{user.monday_id}'
Code
CREATE TABLE fiber.monday_board (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
activity_logs JSONB,
board_folder_id TEXT,
board_kind TEXT,
columns JSONB,
communication JSONB,
creator TEXT,
description TEXT,
groups JSONB,
item_terminology TEXT,
items_count DOUBLE PRECISION,
owner TEXT,
permissions JSONB,
state TEXT,
subscribers JSONB,
tags JSONB,
top_group JSONB,
type TEXT,
url TEXT,
views JSONB,
workspace JSONB
)
CREATE TABLE fiber.monday_board (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
name TEXT,
activity_logs JSONB,
board_folder_id TEXT,
board_kind TEXT,
columns JSONB,
communication JSONB,
creator TEXT,
description TEXT,
groups JSONB,
item_terminology TEXT,
items_count DOUBLE PRECISION,
owner TEXT,
permissions JSONB,
state TEXT,
subscribers JSONB,
tags JSONB,
top_group JSONB,
type TEXT,
url TEXT,
views JSONB,
workspace JSONB
)
Model definition
About this source
Logo of monday
MondayWork operating system for managing projects, workflows, and teams.monday.com  ↗
Available resources
    Boards
    Items
    Users
    Activities
    Documents
    Plans
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Monday?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Monday and over 200 other APIs. Setup and deploy within minutes.
Logo of mondayIntegrate Monday using Fiber Fiber makes it easy to access third-party data from Monday accounts. Get started in just a few minutes.