Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
A Wolfram Language service connection to Rocket.Chat REST API
Contributed by: Antonis Aristeidou
Service connection to Rocket.Chat REST API.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["ToneAr/RocketChat"]
To load the code after installation, evaluate this code:
Needs["ToneAr`RocketChat`"]
Create a service connection to RocketChat:
| In[1]:= |
| Out[1]= |
Send a direct message to a room:
| In[2]:= | ![]() |
| Out[2]= | ![]() |
The full response object is available inside the Success object:
| In[3]:= |
| Out[3]= |
Dispose the service connection:
| In[4]:= |
Wolfram Language Version 13.0