Reference Implementation: n8n Workflows¶
This directory contains reference workflow exports for common automations.
1. Email Intake to Paperless¶
File: email-to-paperless.json (Mocked)
Triggers: IMAP node.
Actions: Filter by attachment, POST to Paperless API.
2. Paperless Tag to Google Calendar¶
File: tag-to-calendar.json (Mocked)
Triggers: Webhook from Paperless.
Actions: Get OCR text, Send to LLM node, Create GCal event.