Is There a Way to Test Subscriptions to the Databricks Status Page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 06:33 AM
Hi everyone,
I’ve subscribed to the Databricks Status page and set up a webhook for notifications. I’m wondering if there’s any way to test that the subscription is working correctly—perhaps by triggering a test notification or receiving a sample JSON payload?
Has anyone done this or knows if Databricks provides a way to simulate or test these notifications?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 06:59 AM - edited 08-14-2025 07:01 AM
Hi @KingAJ ,
There's is no such mechanism that databricks provides. But you can try to use similar approach to the below one and test it on your own.
https://github.com/jvargh/Webhooks-For-Status-Alerts
So, basically this PowerShell script generates payload that databricks status page would provide. Then it's sends this payload to your webhooks url.