Documentation Index
Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before you begin, make sure:- You have access to a public Zapier integration.
- You’ve registered your app and authenticated to use the API.
- You have at least one action configured in your integration, with required fields and sample data tested in the Zapier UI or via the API.
To trigger an action, make a
POST request to /v2/action-runs/
Request Example
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
action | string | Yes | The unique identifier of the action you want to run. |
authentication | string | Yes | The authentication id needed to run this action. |
input | object | Yes | Key-value pairs of input fields required by the action. |
callback_url | string | No | HTTPS URL to receive the result when the run completes. If omitted, poll for the result instead. |
Response Example
id to poll for the run’s status and result, or receive the result via callback if you included a callback_url.