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
| Platform | Status |
|---|---|
| Slack | ✅ Fully supported |
| Discord | ✅ Fully supported |
| Custom HTTP | ✅ POST to any URL |
Setting Up Webhooks
- Navigate to Workspace Settings > Integrations.
- Click Add Webhook.
- Select the platform (Slack, Discord, or Custom).
- Paste your incoming webhook URL.
- Choose which events to subscribe to.
Event Types
| Event | Description |
|---|---|
query_saved | A team member saves a query |
erd_published | Schema changes are published |
version_snapshot | A workspace snapshot is created |
member_joined | New member joins the workspace |
all | Subscribe 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
| Tier | Access |
|---|---|
| Hobby | ❌ |
| Pro | ❌ |
| Team | ✅ |
Webhooks are a Team tier feature. Upgrade to receive real-time activity notifications.