Authorizations
See our OAuth2 authentication documentation here: https://docs.zapier.com/powered-by-zapier/api-reference/authentication
Body
application/json
Data for the Action Run
Response
The response after an Action Run
Runs an action (step) in the third party API, using the provided authentication and inputs.
This endpoint is asynchronous, and the response will contain an Action Run ID. You can use the /v2/action-runs/:id endpoint to check the status of the run and retrieve the results.
The authentication field is optional and may be omitted if the action does not require an authentication.
The inputs field is required and must contain the input values for the action.
This endpoint requires the action:run OAuth scope.
See our OAuth2 authentication documentation here: https://docs.zapier.com/powered-by-zapier/api-reference/authentication
Data for the Action Run
The response after an Action Run