Skip to main content

Archive Outlook email attachments to DATEV DMS and notify Slack

Workflow preview

Workflow preview
100%
Archive Outlook email attachments to DATEV DMS and notify Slack preview
Open on n8n.io

1. Workflow Overview

This workflow watches your Outlook inbox for new emails with attachments and archives those attachments in DATEV DMS. It skips emails without attachments, looks up a related DATEV client, processes...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@klardaten/n8n-nodes-datevconnect.documentmanagement, n8n-nodes-base.slack, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.microsoftoutlook, n8n-nodes-base.stickynote, @klardaten/n8n-nodes-datevconnect.identityandaccessmanagement, @klardaten/n8n-nodes-datevconnect.masterdata

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Klardaten.

Original n8n.io source

1.1 Workflow description

Title
Archive Outlook email attachments to DATEV DMS and notify Slack
Workflow name
Archive Outlook email attachments to DATEV DMS and notify Slack

This workflow watches your Outlook inbox for new emails with attachments and archives those attachments in DATEV DMS. It skips emails without attachments, looks up a related DATEV client, processes each attachment separately, uploads the file to DATEV DMS, creates the matching document entry, optionally sends a Slack notification, and then marks the email as archived in Outlook.

How it works

  1. The workflow starts when a new email arrives in Outlook.
  2. Emails without attachments are skipped.
  3. A DATEV client is retrieved for the email.
  4. Attachments are processed one by one.
  5. Each file is uploaded to DATEV DMS and linked to a document.
  6. A Slack message can be sent after a successful upload.
  7. The Outlook email is then marked as archived.

Setup steps

  1. Connect your Microsoft Outlook OAuth2 credentials.
  2. Connect your DATEVconnect credentials.
  3. Optionally connect Slack credentials.
  4. Replace the demo client lookup with your own client-matching logic.
  5. Adjust the folder, registry, and metadata fields in the document creation step.
  6. Update the Outlook archive action to match your process.

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Upload a document file

Type / Role
@klardaten/n8n-nodes-datevconnect.documentManagement - documentManagement
Config choices
Version 1

Block 2 - Create a document

Type / Role
@klardaten/n8n-nodes-datevconnect.documentManagement - documentManagement
Config choices
Version 1

Block 3 - Send a message

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.4

Block 4 - Merge

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 5 - If we have attachments

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.3

Block 6 - Update a message

Type / Role
n8n-nodes-base.microsoftOutlook - microsoftOutlook
Config choices
Version 2

Block 7 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Get DATEV user

Type / Role
@klardaten/n8n-nodes-datevconnect.identityAndAccessManagement - identityAndAccessManagement
Config choices
Version 1

Block 10 - Sticky Note8

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 11 - Sticky Note10

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 12 - Client lookup

Type / Role
@klardaten/n8n-nodes-datevconnect.masterData - masterData
Config choices
Version 1

Block 13 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 14 - Split attachments

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 15 - New Outlook emal trigger

Type / Role
n8n-nodes-base.microsoftOutlookTrigger - microsoftOutlookTrigger
Config choices
Version 1

3. Summary Table

Workflow Archive Outlook email attachments to DATEV DMS and notify Slack
Complexity advanced
Nodes 15
Categories Document Extraction
Author Klardaten
Published 11 Mar 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14005/14005.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does Archive Outlook email attachments to DATEV DMS and notify Slack do?

This workflow watches your Outlook inbox for new emails with attachments and archives those attachments in DATEV DMS. It skips emails without attachments, looks up a related DATEV client, processes...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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 Document Extraction use case.