Zapier
Connect Beliq to thousands of apps with the Zapier integration. Generate, validate, parse, and convert e-invoices in your Zaps.
Listing pending
A Zapier integration for Beliq. Wire compliant-invoice steps into a Zap and connect them to the thousands of apps Zapier already supports (Gmail, Drive, Slack, Stripe, and more).
- Source: github.com/beliq-eu/zapier-beliq
Connect your account
Create an API key in the Beliq dashboard under Integration → API Keys, then paste it into the API Key field when connecting. The connection test calls GET /v1/me, which returns your account context and consumes no quota.
Actions
- Generate Invoice: build an EN 16931 e-invoice from structured JSON, as XML or a hybrid PDF/A-3.
- Validate Invoice: check a document against EN 16931 and national business rules.
- Parse Invoice: extract structured fields from an invoice document.
- Convert Invoice: convert between EN 16931 formats (CII, UBL, XRechnung, ZUGFeRD, Factur-X, Peppol BIS).
Generate and Convert return the XML text or a Zapier File (for PDF output) that you can attach or upload in a downstream Gmail, Drive, or Slack step. Validate returns the verdict (valid, format, and the rule versions it checked against); Parse returns the structured fields.
Document input
Validate, Parse, and Convert take a document either as pasted Document Text (the invoice XML) or as a Document File mapped from a previous step. Beliq detects CII versus UBL from the content, or you can set the format explicitly.
See also
- Quickstart: the underlying API in five minutes.
- Authentication: keys, quotas, and rate limits.
- API reference: the operations this integration calls.