I’m trying to connect telegram to HA “conversation” in order to chat with openAI using telegram bot.
It’s easy to set up an automation to send requests from telegram to conversation with the service conversation.process but struggling to do the opposite, get the text provided by conversation and send it to telegram.
I assume there should be an event firing upon conversation’s response but I can’t find any.