Slack
Slack is a messaging program designed specifically for the workplace.
Features
Feature Name | Supported | Notes |
---|---|---|
Capture deletes | check | |
History mode | ||
Custom data | check | PROFILE_FIELD table |
Data blocking | check | |
Column hashing | check | |
Re-sync | check | |
API configurable | check | API configuration |
Priority-first sync | ||
Fivetran data models | ||
Private networking | ||
Authorization via API | check |
Setup guide
Follow our step-by-step Slack setup guide to connect Slack with your destination using Fivetran connectors.
Schema information
This schema applies to all Slack connectors created on or after November 1, 2023:
This schema applies to all Slack connectors created before November 1, 2023: ERD
Sync overview
We use Slack Web API's conversations.history
and conversations.replies
endpoints to sync the MESSAGE
table. We re-import the records retrieved from the conversations.history
endpoint to capture updates and deletes. We incrementally sync the records retrieved from the conversations.replies
endpoint.
NOTE: For connectors created before November 1, 2023, we incrementally sync the
MESSAGE_REPLY
table.
Limitations
We do not support Webhooks events.