Hi @Phani1, To integrate Databricks job failure notifications with ServiceNow, you can use the webhook method. This allows Databricks to send an HTTP POST request (webhook) to a designated endpoint in ServiceNow whenever a job fails. By doing so, you can automatically raise a ticket in the ServiceNow system, notifying the support engineers about the job failure, and enabling them to analyze the reasons for the failure.

 

  • Create a Custom Endpoint in ServiceNow:
  1. Create a new "Inbound REST Web Service" or "Scripted REST API" and define the endpoint URL where Databricks will send the webhook notification.

 

  • Configure Databricks Job Failure Notification:
  1. In Databricks, go to the job that you want to monitor for failures.
  2. Click on Edit Notifications to configure the job
  3. Click on Add Notification, and in Select a system destination, select a destination, and click the check box for failure job notification type to send to that destination.
  4. If it’s showing  Add new system destination then click on that it will open a new tab,
  5. In that click Add Destination select Select the "Webhook" option and provide the URL of the custom endpoint you created in ServiceNow.

 

For more information about webhook you can refer to the below documentation links

https://docs.databricks.com/workflows/jobs/job-notifications.html

https://docs.databricks.com/administration-guide/workspace/settings/notification-destinations.html#a...