{ "Name": "Webhooks Trigger", "Version": "0.1.0.0", "Author": "Mr-KayJayDee", "Actions": [ { "Name": "Send Webhook", "UUID": "com.mr-kayjaydee.webhooks-trigger.send-webhook", "Icon": "imgs/actions/send-webhook/icon", "Tooltip": "Sends an HTTP webhook request when pressed.", "PropertyInspectorPath": "ui/send-webhook.html", "Controllers": [ "Keypad" ], "States": [ { "Image": "imgs/actions/send-webhook/key", "TitleAlignment": "middle" } ] } ], "Category": "Webhooks Trigger", "CategoryIcon": "imgs/plugin/category-icon", "CodePath": "bin/plugin.js", "Description": "Allows you to send webhooks using your Stream Deck", "Icon": "imgs/plugin/marketplace", "SDKVersion": 2, "Software": { "MinimumVersion": "6.5" }, "OS": [ { "Platform": "mac", "MinimumVersion": "12" }, { "Platform": "windows", "MinimumVersion": "10" } ], "Nodejs": { "Version": "20", "Debug": "enabled" }, "UUID": "com.mr-kayjaydee.webhooks-trigger" }