Execute an action
Executes an action, which is defined by its own schema. To obtain the schema and data for any action within XPipe, use the action shortcut menu.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredaction
RequiredobjectThe raw action data in json form. The best way to obtain this data is to use the action shortcut creation functionality.
confirm
RequiredbooleanIf the action is modifying something and the category has been configured to confirm all modifications, a confirmation dialog will be shown if this is is true.
The action was executed successfully.