REST API to sent messages

We are looking to create a BOT, where different users communicate to a BOT operate IoT devices. The user chats are process using NLP and IoT devices are operated with respective manufacturer API’s and replied back to the user
Do you have a set of REST API with which we can sent message and a webhook uRL which we can set for an APP and receive the messages sent by users

Hi @jijoamt, we don’t have a webhook URL that can be used to send/receive messages. But that could be relatively easily done by running statusd on your node(s) and using HTTP RPC or IPC interfaces to create an account, subscribe to and send messages. We don’t have prepared on how to do this at the moment, though.

Also, I believe https://elkrem.io did something similar, you might be interested to talk with them.