Released: 2026-04-30 This patch release improves the error message you get when an app definition fails to load, removesDocumentation Index
Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
Use this file to discover all available pages before exploring further.
platformData from the bundle, and finishes the rename of the CLI binary from zapier to zapier-platform across docs and the help command.
We’re renaming zapier to zapier-platform because the zapier binary name will be allocated to the Zapier SDK. The zapier binary still works in v18, but in the next major release (v19), we’ll officially remove it — you’ll need to use zapier-platform instead. If zapier-platform is too long to type, you can set up a shell alias like alias zp=zapier-platform.
cli
- 📜 Rename binary name from
zapiertozapier-platformin docs, source, andhelpcommand (#1291, #1292, #1293)
core
- 🐛 Throw actionable error when app definition fails to load (#1288)
- 🐛 Remove
platformDatafrom bundle logging (#1289)