-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Signal support #66
Comments
Interesting! Would need to read up on this as I've never heard about signal before. Would you mind providing some more details? 😄 |
Wish I could... seems at this time there is really no Go implementation around. Started investigating in https://community.signalusers.org/t/go-client-library/17511. The actual project website is of course https://www.signal.org. |
@simskij I think you have heard of Signal 😁 But yeah, using a CLI-wrapper seems to be cumbersome and I already had a shot at (and gave up) making a Signal client for other purposes and it was a bit too much work. I'm not saying I won't accept a PR for a Signal service though, but it's not something I seem feasible to implement myself atm. Useful resources: |
Signal is kinda funny. It is sort of open source but seems to be pretty hard to approach. |
Would it be possible to integrate Signal using signal-cli-rest-api? I tried to send notifications via the generic webhook but it seems that I struggle to send a correct payload to it. |
@Knapoc that looks really easy, but I guess the consumer would need to have such a container set up and configured for it to work, which generally isn't the smoothest user experience... Perhaps I can add it as a generic example. The generic service should gain some additional powers pretty soon that should make this really easy... |
Hi guys, how does it look with that generic-webhook-signal example? I am one of the people who has signal-rest-api contianer up and running. For example Dockge uses it as notification service and I also use it for some custom notificatons in my system. Any kind of support of signal in shoutrrr would be really nice. Thanks a lot guys. |
Another signal-rest-api user here. I've been banging rocks together all morning trying to see if I can get the generic web hook to play nicely with the signal-rest-api, but I guess my ham fisted skills are no match. |
as I ran into the same issue: there is a now a hidden parameter So shoutrr could be used to send Signal messages to a single recipient (or to one group) using signal-cli-rest-api by using the following command :
|
There is currently no Go API but a package relying on signal-cli: https://github.com/bbernhard/signal-cli-rest-api
The text was updated successfully, but these errors were encountered: