matrix-org / go-neb

Extensible matrix bot written in Go
Apache License 2.0
285 stars 91 forks source link

A way to forward messages from API to matrix channel #334

Open makefu opened 4 years ago

makefu commented 4 years ago

Hi, i see that go-neb supports a number of very specific services and integrates well with them. however what i am looking for is a way to forward simple messages from the API to a channel. I am currently using the the alertmanager service and i'd like to use go-neb to send other (much simpler) status messages. Cheers!