-
-
Notifications
You must be signed in to change notification settings - Fork 193
Command node
Guido edited this page May 6, 2020
·
5 revisions
This node is deprecated use the Rules node
Listen for Telegram-like commands, for example /my-command
The node pass through the message to the output only if the message content equals the command.
In Telegram are available shortcuts for commands (can be defined in @BotFather
).
Messages that starts with /
are not parsed by nodes like Listen node
and Rivescript node
.
Slack: When the user executes a command in the Slack client a callback is triggered to the Node-RED server. Commands must be defined in the Slack API, as Request URL use the address https://my-node-red-server.com/redbot/slack/command
(an https address is required, in development mode use ngrok https://123466.ngrok.io/redbot/slack/command
)