ContactFeed
Captures Chatter activity, including posts and updates, related to Contact records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier of the Contact feed item. | |
| ParentId | String | True |
Contact.Id |
ID of the contact record that this feed item is associated with. |
| Type | String | True |
Type of feed item, such as TextPost, LinkPost, ContentPost, or PollPost. | |
| CreatedById | String | True |
ID of the user who created the feed item. | |
| CreatedDate | Datetime | True |
Date and time when the feed item was created. | |
| IsDeleted | Boolean | True |
Indicates whether the feed item has been deleted (true) or not (false). | |
| LastModifiedDate | Datetime | True |
Date and time when the feed item was last modified. | |
| SystemModstamp | Datetime | True |
System-generated timestamp for the last update to the feed item. | |
| CommentCount | Int | True |
Number of comments associated with this feed item. | |
| LikeCount | Int | True |
Number of likes this feed item has received. | |
| Title | String | True |
Title or subject of the feed item. | |
| Body | String | True |
Main text content of the feed item. | |
| LinkUrl | String | True |
URL included in the feed item, if applicable. | |
| RelatedRecordId | String | True |
ID of a record related to the feed item, such as an opportunity or case. | |
| ContentData | String | True |
Base64-encoded content data, used when a file is attached to the feed item. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Text description of the file attached to the feed item. | |
| ContentType | String | True |
Multipurpose Internet Mail Extensions (MIME) type of the attached content file, such as 'application/pdf' or 'image/png'. | |
| ContentSize | Int | True |
Size of the attached content file in bytes. | |
| InsertedById | String | True |
ID of the user or process that inserted the feed item. |