App Logo
app.notion.com

Download Notion invoice PDF

Download a Notion-hosted invoice as a PDF from its hosted_invoice_url (from list_invoices). Renders the page and returns the PDF bytes as base64 (decode + write it yourself) plus a filename — the script is sandboxed and can't write to disk directly.

Input

hosted_invoice_url required

The hosted_invoice_url from list_invoices (https://app.notion.com/invoice/in_...).

Output

filename required

A filename derived from the invoice id in hosted_invoice_url (e.g. Notion-in_1TgQCpCcKlYJxALV0wxPYyNd.pdf).

pdf_base64 required

The PDF file bytes, base64-encoded. Decode and write to a .pdf file at a location of your choosing.

size_bytes required

FAQ

Download a Notion-hosted invoice as a PDF from its hosted_invoice_url (from list_invoices). Renders the page and returns the PDF bytes as base64 (decode + write it yourself) plus a filename — the script is sandboxed and can't write to disk directly.
Required: hosted_invoice_url.
It returns filename, pdf_base64, size_bytes.
Yes. It acts as you on app.notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.notion.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.notion.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.notion.com/download_invoice_pdf, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.notion.com/download_invoice_pdf
It is part of Reduck's official curated catalogue.

Start building not clicking