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

Start building not clicking