> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Panther Webhook Event

Panther allows you to use an incoming webhook integration to customize your connection with Blink. For more information go to [Panther documentation](https://docs.panther.com/alerts/destinations/custom_webhook).

## Sample Event

```json theme={"dark"}
{
	"id": "AllLogs.IPMonitoring",
	"createdAt": "2020-10-13T03:35:24Z",
	"severity": "INFO",
	"type": "RULE",
	"link": "https://runpanther.io/alerts/b90c19e66e160e194a5b3b94ec27fb7c",
	"title": "New Alert: Suspicious traffic detected from [123.123.123.123]",
	"name": "Monitor Suspicious IPs",
	"alertId": "b90c19e66e160e194a5b3b94ec27fb7c",
	"description": "This rule alerts on any activity outside of our IP address whitelist",
	"runbook": "",
	"tags": [
		"Network Monitoring",
		"Threat Intel"
	],
	"version": "CJm9PiaXV0q8U0JhoFmE6L21ou7e5Ek0"
}
```
