Skip to main content

Execute a self-service action

POST 

/v1/actions/:action_identifier/runs

This route allows you to execute a self-service action, thus creating an action run.

To learn more about action runs, check out the documentation.

Request

Path Parameters

    action_identifier stringrequired

    Possible values: non-empty

    The identifier of the action you want to execute.

Query Parameters

    run_as email

    The executing user of the action. If not provided, the action will be run on behalf of the user/machine who initiated the action (identified by the bearer token used to execute this route).

Body

required

    properties objectrequired

    The action's user inputs, in "key":"value" pairs, where the key is the input's identifier and the value is the input's value.

    entity string

    The identifier of the entity that the action will be executed on, if relevant.

Responses

Success

Loading...