Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2026 03:11 AM
Hello, you can integrate Databricks job failures with ServiceNow using webhooks from Jobs.
-
In ServiceNow, create an inbound REST or Scripted REST API that takes the JSON payload and creates an incident.
-
In Databricks, edit the job, add a notification, choose a Webhook system destination, and point it to the ServiceNow endpoint; enable the on failure notification type so failed runs trigger incident creation.
You can find the exact UI steps and payload details here:
-
Job notifications: https://docs.databricks.com/aws/en/jobs/notifications
-
Webhook destinations: https://docs.databricks.com/aws/en/admin/workspace-settings/notification-destinations