Integrations

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.

# install in your n8n instance
npm i n8n-nodes-sealdoc
View on npm

Webhooks

HMAC signed · retry policy

Get notified the moment a job finishes. Five event types:

  • job.created
  • job.completed
  • job.failed
  • evidence_pack.ready
  • webhook.test
Read the webhook reference

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.

curl -X POST \ https://api.sealdoc.eu/api/jobs \ -H "X-Api-Key: $KEY" \ -F file=@invoice.pdf
Read the API reference

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.

# config.yaml watch_folders: - path: /invoices/in pattern: "*.pdf" interval: 30s
Configure watch folders

Coming soon

Connectors we are actively building. Drop us a line if you would like early access.

Make

Coming soon

Native Make custom-app: trigger SealDoc from any of Make's 1,500+ apps without writing HTTP module config by hand.

Zapier

Coming soon

Zapier publisher app: connect SealDoc to anything Zapier already speaks, published on the Zapier app marketplace.

Exact Online

Coming soon

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