Compose-ready workspace: packages/zappier (rate card, portal, Stripe), packages/verae-zapier-middleware (timestamp + NATS), packages/verae-zapier (CLI app), vendor/zapier-platform, and research/zapier vendor corpus. Gate 0 structure checks pass. Product code and research are not yet wired.
2 KiB
2 KiB
Documentation Index
Fetch the complete documentation index at: https://docs.zapier.com/llms.txt Use this file to discover all available pages before exploring further.
What's changed in v18.5.0
Line item support in
invoke, falsy value fixes, newline-itemsproject template
Released: 2026-04-16
This release adds line item support to the zapier-platform invoke command and bumps lodash across all packages to address a security vulnerability.
Line items are fields with a children property that represent structured, repeating data — like rows in a spreadsheet or items in an order. The invoke command now supports them in both interactive and non-interactive modes:
# Non-interactive: pass line items as JSON
zapier-platform invoke create order --non-interactive \
-i '{"name": "My Order", "line_items": [{"product_name": "Pens", "quantity": "12", "price": "1.50"}]}'
# Interactive: use the line item editing UI
zapier-platform invoke create order -i '{"name": "My Order"}'
In interactive mode, a sub-menu lets you add, edit, and delete items with per-field editing and required field validation.
cli
- 🎉 Add line item support to
invokecommand with interactive editing UI (#1272) - 🎉 Add
line-itemsproject template forzapier-platform init(#1272) - 🐛 Fix
invokebugs: auto-detect auth ID for no-auth apps in remote mode, falsy value handling (0,false) causing infinite dropdown re-prompting, and more (#1272) - 🔨 Bump
lodashfrom 4.17.23 to 4.18.1 (#1274)
core
- 🔨 Bump
lodashfrom 4.17.23 to 4.18.1 (#1274)
schema
- 🔨 Bump
lodashfrom 4.17.23 to 4.18.1 (#1274)