Make Gladys speak in multiple Telegram bots?

Hello,

I’m taking the liberty of reusing this thread, rather than creating a new one, because my need is similar, but not exactly the same…

I would also like to be able to send Telegram messages from a Gladys scene to different users, but I would like those messages to actually arrive in different Telegram bots.

The idea is that I want to separate, on one hand, important messages that I send to myself on Telegram in a bot where I have enabled notifications; and on the other hand, more technical messages that I want to log, and receive on the same smartphone in another Telegram bot for which I have not enabled notifications. And since I haven’t found on my smartphone in the Telegram app how to activate multiple users, I need these to be two bots on the same Telegram user and not the same bot read by two distinct Telegram users.

Any idea how to do that? Or another way to separate messages with notifications and messages without?

Thanks in advance for your ideas!

Hi @StephaneB :slight_smile:

I moved your post into a new thread, it’s really different!

You won’t be able to do that natively in Gladys with the current implementation.

I suggest using Node-RED for that :slight_smile: You can make Node-RED and Gladys communicate via the Node-RED REST API or via MQTT messages

Ok, @pierre-gilles, I’ll take a look…