Actions
Create 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.
OAuth
This endpoint requires the action:run
OAuth scope.
POST
This API is rate limited.
Authorizations
See our OAuth2 authentication documentation
Body
Response
200
application/json
The response is of type object
.