App Logo
calendly.com

Calendly: download invoices

Log into Calendly via Google SSO, list billing invoices, and download each invoice's PDF into the browser's download directory. Returns per invoice date, title, amount, currency, status, invoiceId, chargeId, filename and path (path is null when no PDF was available for that charge). Runs only on the browser extension, since it needs a native Google SSO session. Org admin only.

Input

email optional

Google account to pick in the SSO chooser, used only when a fresh sign-in is needed. If the browser already holds a Calendly session the chooser never appears, so this cannot be honoured — the run is then refused rather than silently returning whichever account is signed in. Omit it to read the session that is already active.

Output

total required

Number of invoices (charges) found.

invoices required
attempted required

How many of those invoices exposed a downloadUrl and so were actually attempted.

downloaded required

How many PDFs were genuinely captured to disk (path non-null). When attempted > 0 and this is 0, the script throws instead of returning, because a download script that captured nothing has not done its job.

FAQ

Log into Calendly via Google SSO, list billing invoices, and download each invoice's PDF into the browser's download directory. Returns per invoice date, title, amount, currency, status, invoiceId, chargeId, filename and path (path is null when no PDF was available for that charge). Runs only on the browser extension, since it needs a native Google SSO session. Org admin only.
Optional: email.
It returns total, invoices, attempted, downloaded.
Yes. It acts as you on calendly.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the calendly.com cookies saved by the Reduck extension.
It makes changes on calendly.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/calendly.com/download_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/calendly.com/download_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking