mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
74 lines
3.0 KiB
JSON
74 lines
3.0 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"special_access_rules"
|
|||
|
|
],
|
|||
|
|
"title": "UnifiedEmail - Data API",
|
|||
|
|
"description": "Represents an email that was captured or synced from an EmailMessage or Task record. This object is available for reports and dashboards in the Winter ’24 release and later.",
|
|||
|
|
"fields_columns": [
|
|||
|
|
"type",
|
|||
|
|
"properties",
|
|||
|
|
"description",
|
|||
|
|
"relationship_name",
|
|||
|
|
"relationship_type",
|
|||
|
|
"refers_to"
|
|||
|
|
],
|
|||
|
|
"fields": {
|
|||
|
|
"ActivityDateTime": {
|
|||
|
|
"type": "dateTime",
|
|||
|
|
"properties": "Filter, Sort",
|
|||
|
|
"description": "The date and time of the email in the Coordinated Universal Time (UTC) time zone."
|
|||
|
|
},
|
|||
|
|
"ActivitySubType": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Nillable, Restricted picklist",
|
|||
|
|
"description": "Always blank for this object."
|
|||
|
|
},
|
|||
|
|
"ActivityType": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Nillable, Restricted picklist",
|
|||
|
|
"description": "The type of activity. Possible value is UnifiedEmail."
|
|||
|
|
},
|
|||
|
|
"DetailId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "The ID of the object that contains detailed activity-specific information. The object depends on the activity type. For example, the detail for a Task activity is a Task object. The detail for an Event activity is an Event object. If the email was captured from Einstein Activity Capture, this field returns a blank value. This field is a relationship field.",
|
|||
|
|
"relationship_name": "Detail",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "EmailMessage"
|
|||
|
|
},
|
|||
|
|
"Direction": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Nillable, Restricted picklist",
|
|||
|
|
"description": "The direction in which the email was sent or received. Possible values are: Inbound Internal Outbound"
|
|||
|
|
},
|
|||
|
|
"InternalEventKey": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "Reserved for internal use."
|
|||
|
|
},
|
|||
|
|
"IsInsightAvailable": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"properties": "Defaulted on create, Filter",
|
|||
|
|
"description": "Indicates whether the activity has an insight associated with it (true) or not (false). The default value is false."
|
|||
|
|
},
|
|||
|
|
"IsPrivate": {
|
|||
|
|
"type": "boolean",
|
|||
|
|
"properties": "Defaulted on create Filter",
|
|||
|
|
"description": "Indicates whether the activity's sensitive fields (Subject and Snippet) are masked (true) or visible (false) for non-owners. The default value is false."
|
|||
|
|
},
|
|||
|
|
"Snippet": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Nillable",
|
|||
|
|
"description": "An abbreviation of the email content. This field has a maximum length of 255 characters."
|
|||
|
|
},
|
|||
|
|
"Subject": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "None",
|
|||
|
|
"description": "Contains the subject of the email."
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"special_access_rules": "Einstein Activity Capture and Activity 360 Reporting must be enabled.\n\nEinstein Activity Capture and Activity 360\n Reporting must be enabled."
|
|||
|
|
}
|