MinimalActionResult

Minimal information about an action result.

JSON representation
{
  "integration": string,
  "actionId": string,
  "entityId": string,
  "message": string,
  "resultJsonObject": string,
  "targetedEntitiesJsonObject": string,
  "resultEntitiesJsonObject": string,
  "resultValue": string,
  "properties": string
}
Fields
integration

string

The integration.

actionId

string

The action identifier.

entityId

string

The entity identifier.

message

string

The message.

resultJsonObject

string

The result JSON object.

targetedEntitiesJsonObject

string

The targeted entities JSON object.

resultEntitiesJsonObject

string

The result entities JSON object.

resultValue

string

The result value.

properties

string

The properties.