Skip to main content
Sync Tencent Cloud EventBridge events to Flashduty via webhook for automated alert noise reduction.

In Flashduty


You can obtain an integration push URL through either of these two methods:

Using Private Integration

Choose this method when you don’t need to route alerts to different channels. It’s simpler and recommended.

Using Shared Integration

Choose this method when you need to route alerts to different channels based on the alert payload information.

In Tencent Cloud EventBridge


  1. Log in to your Tencent Cloud Console and select EventBridge service
  2. Go to the Event Rules page, click the New button to start editing rules
  3. Enter the name as Flashduty, as shown below:
drawing
  1. For event matching, you can either select specific events through the form mode or customize by entering the following JSON content to match all events:
{
  "source": [
    {
      "suffix": ".cloud.tencent"
    }
  ]
}
As shown below:drawing
  1. Next, configure the event target by selecting “Message Push”, “General Notification Template”, “English”, “API Callback”, and “Custom webhook”. Enter the integration push URL in the webhook address field
drawing
  1. Click the Save button, return to the Event Set page, select an event set, and click Send Event to test
drawing
  1. Return to the integration list. If the latest event time is displayed, the configuration is successful and events are being received
  2. Done

Status Mapping


All Tencent Cloud EventBridge events correspond to “warning” severity level alerts in Flashduty.