Added API reference documentation for deleting app authentications.Use this endpoint when your product needs to remove a user’s saved app authentication as part of account cleanup, disconnect flows, or authorization management.
Added Zapier API reference docs for managing stored actions and running those actions through the API.The reference covers creating, listing, retrieving, updating, and deleting stored actions, plus creating and retrieving stored action runs.
Added guides for setting up trigger inboxes with the Zapier API.The new docs explain how Trigger Inbox works, how to create an inbox, consume messages, manage inbox settings, and handle common errors.
Refreshed the Zapier API reference for trigger inboxes from the latest OpenAPI spec.The generated reference now reflects the current schema for inbox and message operations.
Added docs for action run callbacks, so your app can receive action results without polling.The guide covers the optional
callback_url field, callback payloads, signature verification, retry behavior, and polling fallback.