# Execute Actions Execute an Action. Request Body: - tenant_id: Identifier for the tenant. - configuration_service: Service to fetch actions. - action_id: Identifier for the Action. - action_name: Name of the Action. - user_id: Identifier of the User. - action_params: Parameters of the Action. - message: Message/Command for the Action. Returns: - An Action Execution response. Endpoint: POST /darwin/v1/actions/custom/execute Version: 1.0.0 ## Request fields (application/json): - `action_id` (any, required) - `action_name` (any, required) - `integration_name` (any, required) - `user_id` (any, required) - `action_params` (object, required) - `message` (any, required) - `encode_credentials` (any) - `tenant_id` (any) - `timezone` (any) - `execution_id` (any) ## Response 200 fields (application/json): - `integration_name` (any, required) - `action_name` (any, required) - `data` (any) - `error` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (any, required) - `detail.type` (any, required)