Events represents the full completion of an action or occurrence within an email thread. Each Event will have an associated EventConfig that defines the payload schema and conditions for triggering the Event.
Attributes
EachEvent has the following attributes:
id: string- Unique identifier for the eventeventConfigId: string- The id of the corresponding EventConfig used to extract theEventextractedData: JSON- Data extracted from theEvent. This will match the structure defined in the EventConfigschemaactivityId: string- The id of the Activity associated with theEventthreadId: string- The Monsteria Thread associated with theEventcreatedAt: Date- Timestamp when the event was createdupdatedAt: Date- Timestamp when the event was last updated