Skip to content

feat!: zapier improve integration for zapier agents compatibility - #159

Draft
jsimecek wants to merge 11 commits into
masterfrom
feat/zapier-improve-integration-for-zapier-agents-compatibility
Draft

feat!: zapier improve integration for zapier agents compatibility#159
jsimecek wants to merge 11 commits into
masterfrom
feat/zapier-improve-integration-for-zapier-agents-compatibility

Conversation

@jsimecek

@jsimecek jsimecek commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Task epic: #121

Umbrella PR of individual fixes so they get merged together, likely requiring a 5.0.0 version bump.

PRs:

⚠️ Breaking change:

  • Get Key-Value Store Record now throws a descriptive error when the key is not found, instead of returning an empty result. Zaps relying on the empty result to mean "not found" will start failing on missing keys.
  • Fetch Dataset Items now throws when given an Apify dataset ID that doesn't exist (or isn't accessible), instead of silently creating a new dataset. Passing a name still creates one if missing (unchanged), so only ID-shaped inputs that previously fell through to creation are affected.

Waiting for @jsimecek and his fixes for the same task #155 addressed.

daveomri and others added 7 commits July 9, 2026 16:10
* feat!: more informative errors for agent error recovery

BREAKING CHANGE: Get Key-Value Store Record now throws a descriptive
error when the record key is not found, instead of returning an empty
result. Existing Zaps that rely on the empty result to mean "not
found" will start failing on missing keys.
* chore: agent readable descriptions

* chore: remove em dashes

* chore: writing style guide fixes
@jsimecek jsimecek self-assigned this Jul 30, 2026
@jsimecek jsimecek linked an issue Jul 30, 2026 that may be closed by this pull request
daveomri added 4 commits July 30, 2026 16:47
…tibility' into feat/122-zapier-new-search-get-run-by-id
…-by-id

feat: 122 zapier add Get Actor Run by ID search
* feat: add getActorDetails search functionality

* fix: improve actor ID normalization in getActorDetails function

* feat: enhance Actor details with additional fields and improve data curation
@daveomri daveomri self-assigned this Aug 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Epic] Zapier: Improve integration for Zapier Agents compatibility

3 participants