Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2025 10:54 PM
Hi @guptaharsh ,
Out of the box, there's currently no way to configure notification via webhook. Only email is supported as a notification medium for pipeline. Check yourself at rest api docs:
Create a pipeline | Pipelines API | REST API reference | Databricks on AWS
But you can use custom monitoring to achieve what you want. Here's an example from documentation where they sending event to a Slack channel using webhook
Define custom monitoring of Lakeflow Declarative Pipelines with event hooks | Databricks on AWS