Communication & Messaging
Post a message to a channel in RocketChat
Post a message to a channel in RocketChat
Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
2
Node Types
0
Workflow JSON
910 Bytes
{
"id": "90",
"name": "Post a message to a channel in RocketChat",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
300
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Rocketchat",
"type": "n8n-nodes-base.rocketchat",
"position": [
450,
300
],
"parameters": {
"text": "Hello everyone",
"channel": "#general",
"options": {},
"attachments": []
},
"credentials": {
"rocketchatApi": "Rocket"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Rocketchat",
"type": "main",
"index": 0
}
]
]
}
}
}