CampaignFeed
Captures Chatter posts and activity updates related to Campaign records.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
Unique identifier for the campaign feed item. | |
| ParentId | String | True |
Campaign.Id |
ID of the campaign record this feed item is associated with. |
| Type | String | True |
Specifies the type of feed item, such as text post, link, or file. | |
| 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 is active (false). | |
| LastModifiedDate | Datetime | True |
Timestamp of the last update to the feed item. | |
| SystemModstamp | Datetime | True |
System-maintained timestamp for tracking the latest modification. | |
| CommentCount | Int | True |
Number of comments made on the feed item. | |
| LikeCount | Int | True |
Number of likes the feed item has received. | |
| Title | String | True |
Title or subject line of the feed item, if applicable. | |
| Body | String | True |
Main content or message body of the feed item. | |
| LinkUrl | String | True |
URL shared in the feed item, if the item includes a link. | |
| RelatedRecordId | String | True |
ID of the Salesforce record referenced or mentioned in the feed item. | |
| ContentData | String | True |
Encoded content data if the feed item includes a file attachment. | |
| ContentFileName | String | True |
Name of the file attached to the feed item. | |
| ContentDescription | String | True |
Description or caption associated with the attached file. | |
| ContentType | String | True |
MIME type of the file attached to the feed item, such as image/jpeg or application/pdf. | |
| ContentSize | Int | True |
Size of the attached file in bytes. | |
| InsertedById | String | True |
ID of the user or process that inserted the feed item, which may differ from the creator. |