{
	"type": "xypdf",
	"description": "xyOps Portable Data Object",
	"version": "1.0",
	"xyops": "1.0.69",
	"items": [
		{
			"type": "plugin",
			"data": {
				"id": "hookplug",
				"title": "Fire Web Hook",
				"enabled": true,
				"type": "event",
				"command": "[hook-plugin]",
				"script": "",
				"groups": [],
				"format": "",
				"params": [
					{
						"type": "system",
						"id": "web_hook",
						"title": "Web Hook",
						"caption": "Select the desired web hook to fire.",
						"locked": false,
						"required": true,
						"list_id": "web_hooks",
						"multiple": false
					},
					{
						"type": "textarea",
						"id": "text",
						"title": "Custom Text",
						"caption": "Optionally enter custom text to be appended to the end of the web hook system message.",
						"locked": false,
						"value": "",
						"required": false,
						"regex": ""
					}
				],
				"kill": "parent",
				"runner": false,
				"notes": "This Plugin fires a custom web hook as job, instead of an action.\n",
				"icon": "webhook",
				"uid": "",
				"gid": ""
			}
		}
	]
}
