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 check the outcome of the action, send a
GET
request to /v2/action-runs/
Request Example
Possible Statuses
Status | Meaning |
---|---|
queued | The run is waiting to be processed. |
running | The action is currently being executed. |
success | The run completed successfully. |
error | An error occurred while executing the run. |
Response Example
results
field will contain the result of the action. You can surface this directly to the user or trigger a follow-up process.