Q: Downloading Invoices from sevDesk via Notte
Hello,
I would like to ask whether it is possible to automatically download invoices from sevDesk via Latenode and forward them to a Python script or an email address for further processing.
My goal is to avoid using the expensive sevDesk API and instead automate the workflow.
Example:
Detect new sevDesk invoices
Download the PDF automatically
Send it to a Python script or email address
I also have a few questions regarding security and GDPR:
Is Latenode GDPR compliant?
Where is the cloud/data storage located?
Are invoice files encrypted and protected?
Are EU servers or EU data processing available?
Thank you for your support.
Best regards,
Sam_Notte
May 12, 2026A: Hi! On the sevDesk workflow: yes this is what Notte is built for. The agent logs into sevDesk in a real browser, detects new invoices, and downloads the PDFs (no sevDesk API needed).
The usual pattern involves:
- Trigger: Launch a Notte agent from Python via our notte-sdk with a prompt like: "Log into sevDesk, find new invoices since X, and download each PDF."
- Retrieval: PDFs are returned through the SDK's file storage for your Python script to pick up.
- Forwarding: Send the files to yourself via smtplib or your preferred mail library. Notte does not send email natively; that logic lives in your script.
- Security Note: Your sevDesk credentials stay in Notte's vault. They are encrypted at rest with AES-256-GCM before touching the database and are never returned in API responses.
GDPR, Hosting, and Encryption
- Credential Encryption: Protected by AES-256-GCM at rest and HTTPS/TLS in transit.
- Invoice PDFs: These are downloaded into your session’s file storage and returned to your script (you maintain full control over where they are ultimately stored)
- GDPR / DPA & Data Residency: regarding cloud regions and EU data processing, we prefer to provide specific infrastructure details privately
Feel free to drop me any more questions here or at [email protected]