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?
Hi @Erlinda Welcome! if you can’t set up an appservice, swap the Get many messages node for an HTTP Request to /sync with timeout=30000 — matrix long-polls and only returns when a new event arrives, so you stop hammering the server.
