Skip to main content

Automated invoice management with Nextcloud, email and Telegram notifications

Workflow preview

Automated invoice management with Nextcloud, email and Telegram notifications preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

This workflow automatically fetches PDF invoices from a Nextcloud folder (/Invoice/Incoming), sends them via email to a fixed recipient ([email protected]), sends a Telegram notification, and archives the file to /Invoice/2025/archive.

Key Steps:

  1. Triggered daily at 8 AM
  2. Lists files in /Invoice/Incoming
  3. Filters for existing entries
  4. Downloads the file
  5. Sends the invoice via email
  6. Sends a Telegram message with filename
  7. Moves the file to archive

๐Ÿ“ฆ Technologies used:

  • Nextcloud
  • SMTP Email
  • Telegram Bot

โš™๏ธ Use case: Perfect for freelancers or small businesses to automate recurring invoice sending with minimal effort.