BuildEvents
Activity Feed Events
Activity feed events fire when new items are created in your Mirra activity feed. These events enable you to react to system notifications and actionable items.
Event Types
activity_feed_update
The activity_feed_update event fires when a new feed item is created in your activity feed.
Event Type:
Fields:
content.text(string)Feed item description.
feed.feedItemId(string)Unique feed item identifier.
feed.entityId(string)Associated entity ID.
feed.name(string)Feed item title.
feed.description(string)Feed item description.
feed.subType(string)Feed item subtype classification.
feed.itemType('actionable' | 'informative')Whether the item requires user action.
feed.status(string)Current status of the feed item.
feed.requiresAction(boolean)True if user action is needed.
feed.createdAt(Date)When the feed item was created.
groupId(string | null)Associated group ID if applicable.
Example - Actionable Item Alert:
Example - Feed Logger:
Subscription Examples:
See Also
- Events Overview - Event system architecture
- Creating Scripts - Script configuration