eliDocs
Integrations

Pipedream

Generate, validate, parse, and convert e-invoices from a Pipedream workflow with the Beliq component.

Listing pending

A Pipedream component for Beliq: build event-driven workflows that generate and check compliant e-invoices (XRechnung, ZUGFeRD, Factur-X, Peppol BIS, EN 16931).

Authentication

Connect a Beliq account with an API key from the Beliq dashboard (Integration → API Keys). The component reads api_key from the connected account and talks to https://api.beliq.eu.

Actions

  • Generate Invoice: build a compliant e-invoice (XML or hybrid PDF/A-3) from an EN 16931 invoice object.
  • Validate Invoice: check an XML or PDF invoice against the authority-pinned rules and return a structured verdict.
  • Parse Invoice: extract a structured EN 16931 invoice object from an XML or PDF document.
  • Convert Invoice: convert an invoice document from one EN 16931 format to another.
  • Check Account: verify the connected API key and read its plan and quota. Does not consume quota.

Documents in and out

  • Input (Validate / Parse / Convert): paste the XML as text, or point the action at a file by a /tmp path (for example a file written by a previous step) or a public URL. Leave Content Type on auto-detect to let Beliq sniff XML versus PDF from the bytes.
  • Output (Generate / Convert): the produced document is written to the step’s synced /tmp directory and the action returns the file path plus metadata (content type, size, Schematron version, source/target format). Downstream steps read the file by path.

See also