Actions
Authorizations
x-api-keystringRequired
Body
keystringRequiredExample:
The key of the action to run
action-1customerIntegrationIdstringRequiredExample:
The customer integration ID to use for the action
integration-1userIdstringRequiredExample:
The ID of the user who is running the action
user-123inputobjectOptionalExample:
Input parameters for the action. Required if action has input schema defined.
{"name":"John Doe"}passThroughobject[]OptionalExample:
Pass through data for the action run, e.g. credentials for the integrations used in the run
[{"customerIntegrationId":"integration-1","headers":{"Authorization":"Bearer 1234567890"}}]Responses
200
Action run successfully. Returns runId and output in the shape of action's output schema
application/json
401
Unauthorized - invalid API key
post
/v1/actions/runLast updated