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.
AGENT_ACTION
Type
String
Description
The API name of the agent action that invoked the action. This field is available in API version 66.0 or later.
API_CALLER
Type
String
Description
Identifier of the API caller. This is only populated when the action is invoked from a REST API call. This field is available in API version 66.0 or later.
BOT_IDENTIFIER
Type
string
Description
The ID of the bot.
BOT_SESSION_IDENTIFIER
Type
string
Description
The bot session ID.
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.
INVOCATION_SOURCE
Type
String
Description
Indicates the source type that invoked the action. Valid values are:
  • Agent Action
  • Apex
  • Bot
  • Flow
  • Internal
  • Prompt Template
  • REST

This field is available in API version 66.0 or later.

INVOKING_APEX_CLASS_NAME
Type
String
Description
The fully qualified name of the Apex class that invoked the action. This field is available in API version 66.0 or later.
ORGANIZATION_ID
Type
Id
Description
The number of invoked requests.
PLANNER_IDENTIFIER
Type
string
Description
The ID of the agent planner.
PROMPT_TEMPLATE
Type
string
Description
The API name of the prompt template that invoked the action. This field is available in API version 66.0 or later.
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