-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
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
slava-arapov, fiftin, n0cloud and oussjarrousseslava-arapov