Skip to content
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

New sink: RocketChat webhook #15

Open
kassemz opened this issue Apr 6, 2022 · 1 comment
Open

New sink: RocketChat webhook #15

kassemz opened this issue Apr 6, 2022 · 1 comment

Comments

@kassemz
Copy link

kassemz commented Apr 6, 2022

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants