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
The response is of type object
.