Skip to content

Feature: Rocket.Chat notifications #1091

@don-rumata

Description

@don-rumata

Hi, can you add notification support to Rocket.Chat?

Ansible doc: https://docs.ansible.com/ansible/latest/collections/community/general/rocketchat_module.html

curl example:

curl -vX POST --header "Content-Type: application/json" --data @"$JSON_FILE" https://rocketchat.example.com/hooks/$ROCKETCHAT_TOKEN

JSON_FILE:

{
  "username": "BOT_USERNAME",
  "channel": "#ROCKETCHAT_CHANNEL",
  "text": "some text"
}

ROCKETCHAT_TOKEN: qqqqqqqqqqqqqqqwwwwwwwwwwwwwweeeeeeeeeeeeee

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions