Synchronize via webhook Flashduty implements PagerDuty Events API with full input and response compatibility. This allows you to push alert events to Flashduty using the PagerDuty protocol for automated alert noise reduction. Similarly, for alert systems that already support pushing events to PagerDuty (such as ElastAlert), you only need to modify the destination push URL to utilize the PagerDuty protocol for pushing events to Flashduty.Documentation Index
Fetch the complete documentation index at: https://docs.flashcat.cloud/llms.txt
Use this file to discover all available pages before exploring further.
In Flashduty
You can obtain an integration push URL through either of these two methods:
Using Private Integration
Choose this simpler option when you don’t need to route alert events to different channels.Using Shared Integration
Choose this option when you need to route alerts to different channels based on the alert event’s payload information.In PagerDuty
Request URL
PagerDuty V2 Events
Reference Documentation:
PagerDuty V2 EventsAuthentication Methods:
Choose one of these two methods:- Method 1: Include integration_key parameter in QueryString
- Method 2: Pass integration_key as routing_key parameter in Payload
PagerDuty V1 Events
Reference Documentation:
PagerDuty V1 EventsAuthentication Methods:
Choose one of these two methods:- Method 1: Include integration_key parameter in QueryString
- Method 2: Pass integration_key as service_key parameter in Payload
Configuration Example
Using ElastAlert2 as an example:- Step 1: Obtain Push URL
- Step 2: Modify Push URL

- Step 3: Report Alert Events
- Step 4: Restart ElastAlert and wait for alerts to trigger