Is there a node in n8n where i can read the last message in the matrix or did i just miss it?
I have created something like, that it looks for the last message every 2 seconds and sends me a message, if the last message contains some criteria that i am looking for, but this isn’t that efficient… Any suggestions?
¡Hola @Erlinda! ¡Bienvenida! Si no puedes configurar un appservice, reemplaza el nodo Get many messages por una HTTP Request a /sync con timeout=30000 — matrix hace long-polling y solo retorna cuando llega un nuevo evento, así evitas sobrecargar el servidor.
