Calendar events and emails
first_email_interaction
and last_email_interaction
)first_calendar_interaction
, last_calendar_interaction
and next_calendar_interaction
)interaction_type
property, which can be either "email"
or "calendar-event"
, and an interacted_at
timestamp property in ISO8601 format.
There is also an owner_actor
property, which is an object relating the actor who created this interaction (this is different from the created_by
attribute value property which could be e.g. a system actor).
owner_member_id
filters by the workspace member ID that is the owner_actor
, this supports $eq
and $not_empty
operatorsinteracted_at
(timestamp) supports $eq
, $gte
, $gt
, $lte
and $lt
operatorsinteraction_type
can also be filtered by $eq
and $not_empty