Prerequisites
Before you begin, make sure:- This endpoint requires either a public Zapier integration or white label API access.
To trigger an action, make a
POST request to /v2/action-runs/
Request Example
Parameters
Actions that do not require authentication
Some apps do not require authentication, such as Code by Zapier. You detect this when the app’slinks.connect_new_authentication value is null. For these apps, pass null in place of an authentication ID. For the full detail, read when authentication is not required.
The following request runs a Code by Zapier action, which does not require authentication:
Response Example
id to poll for the run’s status and result, or receive the result via callback if you included a callback_url.