- Email interactions (
first_email_interaction
andlast_email_interaction
) - Calendar interactions (
first_calendar_interaction
,last_calendar_interaction
andnext_calendar_interaction
)
Reading values
Interaction attribute values have aninteraction_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).
Writing values
It is not currently possible to write Interaction values, they are only created by the Attio system.Filtering
There are three properties of interactions that can be used in filtering:owner_member_id
filters by the workspace member ID that is theowner_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