Executes an Action tool with the specified parameters.
Execute Action Tool request
OK
Invalid request
Not Authorized
Too Many Requests
Internal Server Error
{- "name": "string",
- "actionInstanceId": "string",
- "parameters": {
- "property1": {
- "type": "UNKNOWN",
- "displayName": "string",
- "value": "string",
- "label": "string",
- "isRequired": true,
- "description": "string",
- "possibleValues": [
- {
- "value": "string",
- "label": "string"
}
]
}, - "property2": {
- "type": "UNKNOWN",
- "displayName": "string",
- "value": "string",
- "label": "string",
- "isRequired": true,
- "description": "string",
- "possibleValues": [
- {
- "value": "string",
- "label": "string"
}
]
}
}
}
{- "message": "string",
- "error": "string",
- "rawExternalResponse": "string",
- "resultURL": "string",
- "title": "string"
}