Hi, When a user interacts with my BOT, (using NODEJS) I want to send him a "on typing" event while processing it's request (API calls in background, various pocesses) and then later, send him the ...
when using MARKDOWN, (![alt text](https://hub.openrainbow.com/img/logohub.svg)), what is the format to indicate a width limite (to 200px eg or to the size of the desktop messag area ?). Current...
How to detect in nodejs a call arriving/ initiated ? Which event to use and what's the content ?
Hi. I want to welcome a user connecting to a BOT by an automatic welcome message, send every time a new user open a chat window (without typing) and that this user is not in my group list. How can...
I'm developing a BOT whose subscribers are identified though invite-accept method. The nodeSDK does not propose a method to "accept invitation". How to do that automatically ? Thanks
With NODEJS SDK : unable to get the rainbow_onuserinvitereceived event triggered. Any example of bug ? Thanks
When using the webSDK, I would like to send messages (IM) with HTML content inside (Image or Anchor) and get back the clicked link ? How to do that ? when sending HTML this goes plain text. Thanks
Hi, when instanciating the WebSDK for Rainbow, this generated hundred of logs in console and I'm then unable to bebug my own code as my logs are sunk into this. Can we disable "log" on SDK ? P.