mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
|
|
{
|
|||
|
|
"sections": [
|
|||
|
|
"title",
|
|||
|
|
"description",
|
|||
|
|
"fields",
|
|||
|
|
"special_access_rules"
|
|||
|
|
],
|
|||
|
|
"title": "UnifiedEmailParticipant - Data API",
|
|||
|
|
"description": "Represents a participant in an email. 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": {
|
|||
|
|
"ActivityId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "ID of the email the person is participating in. This field is a relationship field.",
|
|||
|
|
"relationship_name": "Activity",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "UnifiedEmail"
|
|||
|
|
},
|
|||
|
|
"ChannelAddress": {
|
|||
|
|
"type": "string",
|
|||
|
|
"properties": "Filter, Nillable",
|
|||
|
|
"description": "Email address of the participant. The email address is captured at the time of the communication; it doesn’t change if the contact’s email address is updated later."
|
|||
|
|
},
|
|||
|
|
"ParticipantType": {
|
|||
|
|
"type": "picklist",
|
|||
|
|
"properties": "Filter, Nillable, Restricted picklist",
|
|||
|
|
"description": "Participant’s role in the email. Possible values are: AssignedTo Attendee BCC CC From OptionalAttendee Organizer To"
|
|||
|
|
},
|
|||
|
|
"PersonId": {
|
|||
|
|
"type": "reference",
|
|||
|
|
"properties": "Filter, Group, Nillable, Sort",
|
|||
|
|
"description": "ID of the person participating in the email. This field is a polymorphic relationship field.",
|
|||
|
|
"relationship_name": "Person",
|
|||
|
|
"relationship_type": "Lookup",
|
|||
|
|
"refers_to": "Contact, Lead, User"
|
|||
|
|
}
|
|||
|
|
},
|
|||
|
|
"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."
|
|||
|
|
}
|