ActivityEntry¶
Represents a single entry in the activity stream.
Capabilities¶
Properties¶
- ActivityEntry.@type: The type of activity being performed (e.g., "share", "update", "assign").
- ActivityEntry.actor: Specifies the actor (user or system) performing the activity.
Activity Metadata¶
- ActivityEntry.attachments: An array of attachments related to the activity. Attachments can be specified as ActivityEntryAttachment objects or file IDs (strings).
- ActivityEntry.objectId: The ID of the object that the activity is related to. This is a required property.
- ActivityEntry.objectType: The type of object that the activity is related to (e.g., "case", "customer"). This is a required property.
- ActivityEntry.publishedAt: The date and time when the activity occurred. Defaults to the current date and time.
- ActivityEntry.targets: Target audience for the activity.