Rocket.Chat#
Use the Rocket.Chat node to automate work in Rocket.Chat, and integrate Rocket.Chat with other applications. Ensemble supports posting messages to channels, and sending direct messages, with Rocket.Chat.
On this page, you'll find a list of operations the Rocket.Chat node supports and links to more resources.
Credentials
Refer to Rocket.Chat credentials for guidance on setting up authentication.
Basic Operations#
- Chat
- Post a message to a channel or a direct message
Example Usage#
This Pathway allows you to post a message to a channel in Rocket.Chat. This example usage Pathway would use the following two nodes. - Start - Rocket.Chat
1. Start node#
The start node exists by default when you create a new workflow.
2. Rocket.Chat node#
- First of all, you'll have to enter credentials for the Rocket.Chat node. You can find out how to do that here.
- Enter the name of the channel where you want to post the message in the Channel field. For example,
#general
. - Enter the message in the Text field.
- Click on Execute Node to run the workflow.