# Databricks Webhooks Events

> Configure Databricks job notifications, webhooks, and event handling. Use when setting up Slack/Teams notifications, configuring alerts, or integrating Databricks events with external systems. Trigger with phrases like "databricks webhook", "databricks notifications", "databricks alerts", "job failure notification", "databricks slack".

- Skill: `micsapp/databricks-webhooks-events` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add micsapp/databricks-webhooks-events`
- Raw SKILL.md: https://api.skillmd.com/api/skills/micsapp/databricks-webhooks-events/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- License: MIT
- Author: micsapp (https://skillmd.com/u/micsapp)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/micsapp/databricks-webhooks-events

---

# Databricks Webhooks & Events

## Overview
Configure notifications and event handling for Databricks jobs and pipelines.

## Prerequisites
- Databricks workspace access
- Webhook endpoint (Slack, Teams, PagerDuty, etc.)
- Job permissions for notification configuration

## Instructions

### Step 1: Configure Job Notifications

### Step 2: Create Webhook Destinations

### Step 3: Custom Webhook Handler

### Step 4: System Tables for Event Monitoring

### Step 5: SQL Alert Integration

For full implementation details and code examples, load:
`references/implementation-guide.md`

## Output
- Configured notification destinations
- Job notifications active
- Custom webhook handler deployed
- Monitoring queries ready

## Error Handling
| Issue | Cause | Solution |
|-------|-------|----------|
| Webhook not triggered | Invalid destination ID | Verify destination exists |
| Email not received | Invalid email | Check email addresses |
| Duplicate notifications | Multiple configs | Deduplicate notification settings |
| Webhook timeout | Slow handler | Optimize webhook endpoint |

## Resources
- [Job Notifications](https://docs.databricks.com/workflows/jobs/job-notifications.html)
- [Notification Destinations](https://docs.databricks.com/administration-guide/workspace/notification-destinations.html)
- [System Tables](https://docs.databricks.com/administration-guide/system-tables/index.html)

## Next Steps
For performance tuning, see `databricks-performance-tuning`.

## Examples

**Basic usage**: Apply databricks webhooks events to a standard project setup with default configuration options.

**Advanced scenario**: Customize databricks webhooks events for production environments with multiple constraints and team-specific requirements.
