With BigPanda’s webhook, you can integrate with a wide range of third-party tools to automate incident response and reduce mean time to resolution. When an event occurs, BigPanda can send a webhook to your application, providing you with details about the event, such as the incident ID, summary, severity, and status.

Sample Event

{
	"incident": {
		"id": "5555370aabc20a001145d6g9",
		"status": "Critical",
		"active": true,
		"severity": "Critical",
		"flapping": false,
		"resolved": false,
		"snooze": {
			"snoozed": false,
			"wake": null,
			"autoCancel": false
		},
		"startedOn": 1649576282,
		"changedOn": 1649576282,
		"updatedOn": 1652897578,
		"endedOn": null,
		"alerts": [
			{
				"id": "5555370aabc20a001145c5e9",
				"status": "Critical",
				"startedOn": 1649576282,
				"endedOn": null,
				"changedOn": 1649576282,
				"updatedOn": 1649576282,
				"active": true,
				"primaryProperty": "host",
				"secondaryProperty": "check",
				"sourceSystem": "nagios.est",
				"description": "CPU is 98%",
				"tags": [
					{
						"name": "check",
						"value": "CPU"
					},
					{
						"name": "_cluster",
						"value": "modiin-prod"
					},
					{
						"name": "run-book",
						"value": "https://mywiki.com/Evyatar-11/modiin-prod"
					},
					{
						"name": "host",
						"value": "Evyatar-11"
					}
				]
			},
			{
				"id": "555537133ec0020012c96a28",
				"status": "Critical",
				"startedOn": 1649576282,
				"endedOn": null,
				"changedOn": 1649576282,
				"updatedOn": 1649576282,
				"active": true,
				"primaryProperty": "host",
				"secondaryProperty": "check",
				"sourceSystem": "nagios.est",
				"description": "CPU is 98%",
				"tags": [
					{
						"name": "check",
						"value": "CPU"
					},
					{
						"name": "host",
						"value": "web3"
					},
					{
						"name": "_cluster",
						"value": "modiin-prod"
					},
					{
						"name": "run-book",
						"value": "https://mywiki.com/web3/modiin-prod"
					}
				]
			}
		]
	},
	"links": {
		"landingPage": "http://bigp.io/9ad55554d5c116e4"
	},
	"incidentTags": [
		{
			"id": "itd_priority_1",
			"value": 1000
		}
	],
	"metadata": {
		"sender": {
			"name": "Engineer",
			"email": "email@org.com"
		},
		"environment": "All",
		"environment_id": "55550bc8c481fd1100abc398"
	}
}