EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
plugin.json
Go to the documentation of this file.
1{
2 "name": "RMM-PSA Webhook Notifier",
3 "shortName": "rmm-webhook",
4 "version": "1.0.0",
5 "description": "Sends webhooks to RMM-PSA backend for real-time device event notifications",
6 "author": "Independent Business Group",
7 "meshCentralVersion": ">=1.0.0",
8 "homepage": "https://github.com/Independent-Business-Group/rmm-psa-meshcentral",
9 "changeLog": [
10 {
11 "version": "1.0.0",
12 "changes": "Initial release with device connect/disconnect webhooks"
13 }
14 ],
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/Independent-Business-Group/rmm-psa-meshcentral.git"
18 },
19 "hasAdminPanel": false,
20 "meshCentralCompat": 1,
21 "platform": "linux"
22}