Added Zulip messaging integration (#4694)

This commit is contained in:
Ylian Saint-Hilaire
2022-11-01 12:27:06 -07:00
parent 6b8acc1675
commit 7f183ac2fd
6 changed files with 45 additions and 3 deletions

View File

@@ -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."
}
}
}