zapier-platform icon indicating copy to clipboard operation
zapier-platform copied to clipboard

The SDK for you to build an integration on Zapier

Results 79 zapier-platform issues
Sort by recently updated
recently updated
newest added

Changes: - add `invoke auth refresh` subcommand - add `invoke` command to smoke tests - while I was there, I had to fix an issue with the `dynamic-dropdown` project template,...

`zapier` convert is not writing `bulkReads` to their own files with tests, like it does for the other types. This PR fixes that. Jira: https://zapierorg.atlassian.net/browse/IP-353

### Bug Description If in Session Authentication, the test endpoint returns a 401 error, but the authentication endpoint is performing just fine, then there is no error message: This makes...

bug

This updates both of the TypeScript example application and the generated typescript app from `zapier init`. The changes make use of the new schema types and have their dependencies updated...

### Bug Description Because of outdated dependencies, it is impossible to install the `zapier-platform-core` or `zapier-platform-cli` packages with recent versions of Python 3. `zapier-platform-cli` depends on the package `[email protected]`, which...

bug

### Bug Description Stumbled upon the following error during customer support: ``` Unhandled error: TypeError: Only absolute URLs are supported What happened: Starting OPTIONS request to {{bundle.authData.domain}}/::redacted:: Only absolute URLs...

bug

### Bug Description Is there an example of the mechanism of trigger hook expiration_date? My subscribe hook tries to return a structure like {"expiration_date":"2024-08-25T16:45:32+08:00","id":"1","message":"subscribe"}, but when the time comes, Zapier...

bug

### Bug Description When following the example https://github.com/zapier/zapier-platform/blob/main/example-apps/files/creates/uploadFile_v10.js the file that is uploaded does not retain its original name. Instead we get a seemingly random sequence of characters as the...

bug