Workflow automation
Memory that
triggers itself.
n8n calls Korely from any node. A new Stripe charge can write a customer note. A calendar event can pull past meeting context. An incoming email can search the knowledge graph before drafting a reply.
Setup preview
In n8n → Add Node → Korely. Configure your vault path and the tool you want to call:
Tool: save_note
Title: {{$json.subject}}
Content: {{$json.body}}
Folder: Inbox/Email
Vault path: ~/Korely (or KORELY_API_KEY for cloud) All 7 tools available as node operations: search, read, list_notes, list_folders, get_related, save_note, create_task.
What n8n gets
- ●
Workflows write to your vault — turn Slack messages into notes, calendar events into context, emails into tasks. Automatically tagged, automatically indexed.
- ●
Workflows read your vault — RAG over your notes inside any n8n flow. Before sending the customer email, look up past tickets. Before scheduling the call, check the last meeting note.
- ●
Self-host friendly — n8n on your server can talk to Korely on your server. No cloud round-trip required.
Ready to wire it up?
Full setup guide ships with the docs launch. Until then, email me — I'll walk you through it.