redpanda-data / connect

Fancy stream processing made operationally mundane

Home Page:https://docs.redpanda.com/redpanda-connect/about/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request] Telegram output

kamikazechaser opened this issue · comments

Telegram boasts a mature bot API that allows sending messages to groups, channels and individuals who have "started" the bot. I propose adding an output implementation that closely follows the Discord one.

I am open to implementing this myself in the future, but before I do so, I just wanted to know if such an output component is within the scope of Benthos. It is possible to entirely build a Telegram output using just the existing http_client output component.

Sounds like it could be implemented as a template. PRs are welcome.