Webhook/Notification Integration
You can be notified in your SIEM or alerting system when your website, API, mobile app, or other endpoints are under attack. The configuration is done through the dashboard inside the Integrations tab.
We support 7 out-of-the-box notification/webhook integrations:
- Custom (We propose our own API schema.)
- Datadog Event
- Atlassian OpsGenie
- Slack
- Splunk OnCall (Formerly VictorOps.)
- Microsoft Teams
- PagerDuty
Request timeout
A timeout of 5 seconds is applied to the sent requests.
The following table lists the information you need to connect:
Provider | URL | Secret |
---|---|---|
Slack | https://hooks.slack.com/services/[[ID]]/[[ID]]/[[ID]] | Not Applicable - The secret is part of the URL. |
Microsoft Teams | https://yourwebhook.webhook.office.com/webhookb2/ [[GUID]]@[[GUID]]/IncomingWebhook/[[GUID]]/[[GUID]] | Not Applicable - The secret is part of the URL. |
Logz.io | https://listener.logz.io:8071/?token=[TOKENVALUE] There are a lot of regions for Logz.io , the up to date list is available here | Not Applicable - The secret is part of the URL. |
Datadog Event | For Customer using US Datacenter :https://api.datadoghq.com/api/v1/events For Customer using EU Datacenter : https://api.datadoghq.eu/api/v1/events | The secret is required. It is available in your [Datadog Console].(https://app.datadoghq.com/account/settings#api) |
Atlassian OpsGenie | For Customer using US Datacenter :https://api.opsgenie.com/v2/alerts For Customer using EU Datacenter : https://api.eu.opsgenie.com/v2/alerts | The secret is required. It is available in your [OpsGenie Account].(https://docs.opsgenie.com/docs/api-key-management) |
Splunk OnCall (Formerly VictorOps) | https://alert.victorops.com/integrations/generic/[[ID] /alert/[[GUID]]/datadome | Not Applicable - The secret is part of the URL. |
Custom | The API URL you would like to get the notification. | Not Applicable - The secret is part of the URL. |
PagerDuty | https://events.pagerduty.com/v2/enqueue | The secret is required. It is available in your Pager Duty Integration. |
Updated about 1 year ago