This workflow takes new Outlook emails with attachments and helps archive the relevant files in DATEV DMS.
When an email arrives, the workflow checks the attachments, tries to match the email to a DATEV client, uploads each archiveable file to DATEV DMS, creates the matching document entry, and then marks the email as archived in Outlook.
A short Slack notification can be sent after a successful run. The message is intentionally minimal and only includes the document count and n8n execution ID.
Emails that cannot be matched clearly, or that do not contain useful document attachments, are marked for manual review instead.
Template - Configure variables with your Outlook categories, DATEV DMS metadata, and client matching defaults.Before using this in production, add duplicate checks, monitoring, error handling, and a proper manual review queue.