DBStudio

Integrations

Connect DBStudio to Slack and Discord for real-time notifications.

Keep your team informed with automated notifications pushed to your favorite communication tools.

Supported Platforms

PlatformStatus
Slack✅ Fully supported
Discord✅ Fully supported
Custom HTTP✅ POST to any URL

Setting Up Webhooks

  1. Navigate to Workspace Settings > Integrations.
  2. Click Add Webhook.
  3. Select the platform (Slack, Discord, or Custom).
  4. Paste your incoming webhook URL.
  5. Choose which events to subscribe to.

Event Types

EventDescription
query_savedA team member saves a query
erd_publishedSchema changes are published
version_snapshotA workspace snapshot is created
member_joinedNew member joins the workspace
allSubscribe to all events

Example Payload

{
  "type": "query_saved",
  "action": "saved query 'Monthly Revenue Report'",
  "user": "alice@example.com",
  "timestamp": "2024-01-15T10:30:00Z",
  "details": "Query saved to shared library"
}

Availability

TierAccess
Hobby
Pro
Team

Webhooks are a Team tier feature. Upgrade to receive real-time activity notifications.


On this page