morphy2k/rss-forwarder

New sink: RocketChat webhook

kassemz opened this issue · 1 comments

Is it possible to add a new sink for RocketChat please?

RocketChat webhooks accepts the following payload example:

{
  "text": "Example message",
  "attachments": [
    {
      "title": "Rocket.Chat",
      "title_link": "https://rocket.chat",
      "text": "Rocket.Chat, the best open source chat",
      "image_url": "/images/integration-attachment-example.png",
      "color": "#764FA5"
    }
  ]
}

More info here: https://docs.rocket.chat/guides/administration/admin-panel/integrations#incoming-webhook-script

I will be looking at this over the next few days. Thanks for the suggestion!

In the meantime, if you have experience with scripts, you could build a solution using the custom sink.