kha7iq / pingme

PingMe is a CLI which provides the ability to send messages or alerts to multiple messaging platforms & email.
https://pingme.lmno.pk
MIT License
771 stars 43 forks source link

Ability to send messages to users (not channels) in rocket chat #71

Closed lconcha closed 1 year ago

lconcha commented 1 year ago

pingme is fantastic!

In addition to being able to send messages to rocket chat channels, it would be great to be able to send messages to specific users. However, I can't find a way to do it, or it is not implemented yet.

I would like to:

pingme --channel user --msg "hi!" --token $TOKEN --userid $MYUSER --url $URL

Thanks!

kha7iq commented 1 year ago

Thank you @lconcha Only sending messages to channels is supported. The library used to send messages only supports this, adding functionality for individual users means that we have to rewrite this service separately.