Connect SealDoc to the tools you already use
EU-sovereign compliance flowing through your existing automation stack. No vendor lock-in, no custom glue code, no data leaving the EU.
Available now
Three ways to get SealDoc into your workflow today.
n8n
Drag-and-drop nodes for Document Generate, Invoice Generate (with profile picker including XRechnung-DE), Job Create/Get, Validator Check, and Peppol Check. Works on self-hosted n8n and n8n Cloud.
npm i n8n-nodes-sealdoc
Webhooks
HMAC signed · retry policyGet notified the moment a job finishes. Five event types:
- job.created
- job.completed
- job.failed
- evidence_pack.ready
- webhook.test
Direct API
REST and JSON over HTTPS, X-Api-Key auth, no SDK required. Multipart upload, then poll or wait for the webhook. OpenAPI 3.0 spec ready for code generation. Staging environment available at staging-api.sealdoc.eu.
Watch Folders
Drop a file into a folder. SealDoc picks it up, processes it, and returns a sealed document. No API call required. Supports glob patterns, configurable interval, and recursive folder watching. Ideal for on-prem batch processing and legacy system integration.
Coming soon
Connectors we are actively building. Drop us a line if you would like early access.
Make
Native Make custom-app: trigger SealDoc from any of Make's 1,500+ apps without writing HTTP module config by hand.
Zapier
Zapier publisher app: connect SealDoc to anything Zapier already speaks, published on the Zapier app marketplace.
Exact Online
Exact Online connector: Exact processes your invoice. SealDoc seals it with a legal timestamp and Evidence Pack. One click, two systems, complete compliance.
Don't see your tool?
Every SealDoc operation is also available through our REST API. If your stack can call HTTP, you can integrate SealDoc directly. The API ships with an OpenAPI 3.0 spec, ready for code generation.
Read the API docs