zapier-platform
zapier-platform copied to clipboard
The SDK for you to build an integration on Zapier
DO NOT MERGE until all changes for supporting bulk write have been merged into the branch `release-15.8.0`.
### Bug Description When you execute `zapier push` on a Windows system with Nodejs version 18.20.2. It results in the below error ``` ✔ Copying project to temp directory ✖...
### Bug Description We are trying to build a zapier project using `"type": "module"` in the `package.json` file. We need this to be able to reference ESM dependencies. The code...
### Current Behavior [Resources](https://platform.zapier.com/reference/cli-docs#resources) don't support more than 1 "write" action via the `create` key. This means that customers using `resources` have to "exit" out of `resources` to add support...
### Bug Description The TypeScript type of the `appTester` returned by `createAppTester` assumes that a perform function is passed and does not allow for a HTTP request object from App....
Legacy Scripting Runner scripts have some overhead due to the loading of modules that we provide globally (e.g. underscore, moment, etc.). If we optimize the heaviest hitters (moment, jquery, and...
How to use computed field in Custom authentication, if it possible it would be a great option.
### Bug Description I'm trying to integrate some triggers (both Rest and Polling for dynamic dropdowns) for an API that provides pagination through cursors and the links in the header...
Is there a way to "jump start" building out an integration by importing resources from a Swagger / OpenAPI spec?