Browse sources$ls -a sources
Logo of slack
Slack
Enhance team collaboration with Slack messages integration
Sync your customers' dataFiber pulls data from your customers' Slack accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Logo of slack
Fiber
postgres-prod
slack_messages
slack_channels
slack_users
Your customers' Slack accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Slack API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Messages belonging to the Slack
-- account of a particular user.

SELECT *
FROM fiber.slack_message
WHERE account_id = '{user.slack_id}'
-- Fetch all the Messages belonging to the Slack
-- account of a particular user.

SELECT *
FROM fiber.slack_message
WHERE account_id = '{user.slack_id}'
Code
CREATE TABLE fiber.slack_message (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
type TEXT,
user TEXT,
text TEXT,
attachment JSONB,
ts TEXT
)
CREATE TABLE fiber.slack_message (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
type TEXT,
user TEXT,
text TEXT,
attachment JSONB,
ts TEXT
)
Model definition
About this source
Logo of slack
SlackMessaging app for teams with channels for collaboration.slack.com  ↗
Available resources
    Messages
    Channels
    Users
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Slack?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Slack and over 200 other APIs. Setup and deploy within minutes.
Logo of slackIntegrate Slack using Fiber Fiber makes it easy to access third-party data from Slack accounts. Get started in just a few minutes.