morphy2k / rss-forwarder

Checks RSS feeds for new entries and forwards them
MIT License
44 stars 5 forks source link

New sink: RocketChat webhook #15

Open kassemz opened 2 years ago

kassemz commented 2 years ago

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

morphy2k commented 2 years ago

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.