afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/UnifiedEmailParticipant.json

47 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 doesnt change if the contacts email address is updated later."
},
"ParticipantType": {
"type": "picklist",
"properties": "Filter, Nillable, Restricted picklist",
"description": "Participants 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."
}