anshu_roy
Databricks Employee
Databricks Employee

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: