Newer Version Available

This content describes an older version of this product. View Latest

Invocable Action Event Type

Invocable Action events capture the calls to Salesforce Invocable Actions. This is particularly useful to monitor actions invoked during Agentforce flows. This event type is available in API versions 64.0 and later.

For details about event monitoring, see the Trailhead Event Monitoring module or REST API Developer’s Guide.

Fields

Field Details
ACTION_NAME
Type
String
Description
Name of the action.
ACTION_TYPE
Type
String
Description
InvocableActionType being referenced.
ACTION_VERSION
Type
String
Description
The invocable action version.
API_CALLER
Type
String
Description
Identifier of the API caller. This is only populated when the action is invoked from a REST API call
DURATION
Type
String
Description
Time (in nanos) taken to process this set of requests.
EVENT_TYPE
Type
String
Description
The type of event. The value is always InvocableAction.
FLOW_PROCESS_TYPE
Type
String
Description
The process type of the calling flow.
FLOW_VERSION_ID
Type
String
Description
The ID of the version of the calling flow.
ORGANIZATION_ID
Type
Id
Description
The number of invoked requests.
REQUEST_COUNT
Type
Number
Description
The number of invoked requests.
REQUEST_ID
Type
String
Description
The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID.
TIMESTAMP
Type
String
Description
The access time of Salesforce services in GMT.
TIMESTAMP_DERIVED
Type
DateTime
Description
The access time of Salesforce services in ISO8601-compatible format (YYYY-MM-DDTHH:MM:SS.sssZ). For example: 2015-07-27T11:32:59.555Z. Timezone is GMT.
USER_ID
Type
String
Description
ID of the user employing salesforce.com services, whether through the user interface or API