I am trying to develop an application which parses the text entered in the rocketChat box. I have checked the RocketChat Api: https://rocket.chat/docs/developer-guides/rest-api/ and there is not any way to catch this event (message sent in box). The only way to do it is to obtain all the messages sent with the method channels.history. https://rocket.chat/docs/developer-guides/rest-api/
Any idea on how to do it?