Block 1 - Simple Memory
- Type / Role
- @n8n/n8n-nodes-langchain.memoryBufferWindow - memoryBufferWindow
- Config choices
- Version 1.3
Overview Fakturoid AI Agent is an AI powered invoicing assistant for Czech freelancers and small businesses. It connects to Fakturoid — the most popular Czech invoicing platform — and lets you mana...
@n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.toolworkflow, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Václav Čikl.
Original n8n.io sourceFakturoid AI Agent is an AI-powered invoicing assistant for Czech freelancers and small businesses. It connects to Fakturoid — the most popular Czech invoicing platform — and lets you manage invoices and contacts through natural conversation. No switching tabs, no filling forms. Just chat in Czech and the agent handles the rest.
The agent understands context across the conversation. Tell it to create an invoice for a client you just looked up and it won't ask for their ID again — it already has it.
yourname from app.fakturoid.cz/yourname)| Tool | Operation |
|---|---|
ares_lookup |
Search Czech business registry |
fakturoid_get_subject |
Search contacts |
fakturoid_create_subject |
Create contact |
fakturoid_update_subject |
Update contact |
fakturoid_delete_subject |
Delete contact |
fakturoid_get_invoice |
Search / list invoices |
fakturoid_create_invoice |
Create invoice |
fakturoid_update_invoice |
Update invoice |
fakturoid_delete_invoice |
Delete invoice |
fakturoid_invoice_payment |
Mark invoice as paid |
<thinking> blocks before write operations to verify correct entity IDssubject_id, invoice_id, and IČO — prevents cross-contaminationQuestions or need help with setup? 📧 Email: [email protected] 💼 LinkedIn: https://www.linkedin.com/in/vaclavcikl/
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Manage invoices and contacts via chat with the Fakturoid AI agent |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Invoice Processing, AI Chatbot |
| Author | Václav Čikl |
| Published | 10 Mar 2026 |
Use the JSON export at /data/workflows/13987/13987.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Overview Fakturoid AI Agent is an AI powered invoicing assistant for Czech freelancers and small businesses. It connects to Fakturoid — the most popular Czech invoicing platform — and lets you mana...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Invoice Processing, AI Chatbot use case.