kha7iq/pingme

feat(service): support for sending messages to Zulip chat

kha7iq opened this issue · 1 comments

Is your feature request related to a problem?
Add support for sending messages to Zulip chat.

Describe the solution you'd like
Zulip has a rest api with comprehensive documentation and ability to setup a free account.
There is an example of how to send message via rest api here : https://zulipchat.com/api/send-message

Have a look at mattermost service you can use it as base of implementation.

Raised a PR