Search code examples
databricksdatabricks-rest-apidatabricks-workflows

Databricks Jobs Webhook Notification ID


I want to set a webhook notification for a job using the Jobs API. According to the documentation I need the notification ID, but where do I get that from? Is that the essentially the webhook configuration name?

An optional list of notification IDs to call when the run fails. A maximum of 3 destinations can be specified for the on_failure property.


Solution

  • These IDs are IDs of the Alerts Destinations that you created via UI. You can fetch the destination ID from the URL when you're accessing specific alert in UI. This feature right now is in the private preview, so for detailed specification please reach someone from Databricks.