mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added Zulip messaging integration (#4694)
This commit is contained in:
@@ -1417,6 +1417,14 @@
|
||||
"userurl": { "type": "string", "description": "A URL given to users to help them setup this service." }
|
||||
},
|
||||
"description": "Enabled ntfy.sh integration support."
|
||||
},
|
||||
"zulip": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"email": { "type": "string", "description": "Bot email address to login as." },
|
||||
"api_key": { "type": "string", "description": "Bot api key." }
|
||||
},
|
||||
"description": "Enabled Zulip integration support."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user