Skip to content

LightSpeedPlusOne/invovate-pipedream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

invovate-pipedream

A Pipedream action component for the Invovate invoice API. Generate PDF, JSON, or UBL 2.1 invoices in 11 languages inside any Pipedream workflow.

Action: Invovate — Generate Invoice

Props: Output (PDF hosted-link / PDF binary / JSON totals / UBL), From, To, Items (JSON array), Currency, Language, Template, Additional fields, and an optional API Key.

  • JSON totals work with no key.
  • PDF (hosted-link or binary) and UBL require a free key (https://invovate.com/auth) — set the apiKey prop.

Example workflow

New Stripe charge / form submission → Invovate – Generate Invoice (map customer + line items) → email the hosted_url or attach the PDF.

Publish it

To your own account with the Pipedream CLI:

npm i -g @pipedream/cli   # if needed
pd login
pd publish components/generate-invoice.mjs

To the public registry: open a PR adding components/generate-invoice.mjs (and a minimal app file) under components/invovate/ in PipedreamHQ/pipedream.

Notes

  • Not regulated e-invoicing. UBL is for interoperability/archival — no Peppol/Factur-X/XRechnung/NF-e compliance.

Docs: https://invovate.com/api · AI agents: https://invovate.com/invoice-api-for-ai-agents

License

MIT © Invovate

About

Pipedream action component for the Invovate invoice API — PDF, JSON & UBL invoices in 11 languages.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors