Replies: 1 comment 2 replies
-
I haven't seen anyone talk about using Trilium with n8n yet, but I hope someone chimes in because it sounds like an interesting use case! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm not sure if this topic fits here, but I’m working on adding AI functionality to note creation in Trilium Next using automation flows and the Trilium Next API. Everything works smoothly with Node-RED; I can create, read, and modify notes. However, I’m running into issues with n8n (https://n8n.io/).
My goal is to use Telegram voice recordings as a basis, convert them to text, categorize them (e.g., notes, ideas, to-do's), and add them as new notes or append them to existing ones. Creating new notes via HTTP POST requests works fine, but retrieving and modifying notes through n8n has been challenging. Although there's a connection, I’m not receiving any data, nor am I able to append anything to existing notes. Since Node-RED handles this without issues, I'm stumped. n8n logs have no error messages or issues.
Has anyone successfully connected n8n to Trilium Next or managed similar workflows?
Thanks for any insights!
Beta Was this translation helpful? Give feedback.
All reactions