zapier-platform
zapier-platform copied to clipboard
The SDK for you to build an integration on Zapier
Instead of `resource.trigger`, we could have `resource.triggers.A`, `resource.triggers.B`, etc. Compilation process would be similar, and would require a schema change. Feel free to 👍 this post if you would find...
### Bug Description Whenever you have `skipThrowForStatus: true`, it supersedes the `autoRefresh: true` option in oauth2 setup, forcing developers to include a `z.errors.RefreshAuthError()` in their afterResponse middleware that `autoRefresh: true`...
### Bug Description Same headers are renamed inside the `bundle.rawRequest.headers` , have an unexpected `Http-` prefix, which makes using it hard. Also contrary to the documentation the `bundle.cleanedRequest` only contains...
### Bug Description [Multiple](https://zapier-platform.slack.com/archives/C2S5DGF6G/p1556201623020200?thread_ts=1556129097.000200&cid=C2S5DGF6G) [reports](https://zapier-platform.slack.com/archives/C2S5DGF6G/p1567624559094400) [have](https://zapier-platform.slack.com/archives/C2S5DGF6G/p1569598372171600) come in where developers want to use the `default` property for a field that is generated dynamically, but the property is not respected (i.e....
In our Zapier App, we' touch a real API instance, instead of relying on mocking, because that makes we more confident about our tests. Since doing that is slow, we're...
### Current Behavior When defining a resource with a hook action and a list action, the Zapier frontend executes `list.perform` to get sample data for further configuration. The output fields...
Could we support `list` + `children`? How would it look? Spun off from zapier/zapier-platform-cli#114 @ZenCocoon is this how you'd want it to work? A use case here would also help...
We're using TypeScript to write our Zapier integration. When errors are thrown, the generated sourcemaps are not applied in the stacktraces as it seems. Is there a way to enable...
I have built a trigger in my zapier cli that makes request to different urls based on the value of a dropdown. Now I want to apply dynamic samples for...
### Current Behavior Currently, triggers on dynamic dropdowns do no know what field called them. So if you have input fields generated dynamically, and you want to have the same...