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?
Hallo @Erlinda, willkommen! Falls du keinen appservice einrichten kannst, ersetze den “Get many messages”-Node durch einen HTTP Request zu /sync mit timeout=30000 — Matrix long-pollt und gibt nur zurück, wenn ein neues Event ankommt, sodass du den Server nicht ständig anfragst.
