- Email interactions (
first_email_interactionandlast_email_interaction) - Calendar interactions (
first_calendar_interaction,last_calendar_interactionandnext_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_idfilters by the workspace member ID that is theowner_actor, this supports$eqand$not_emptyoperatorsinteracted_at(timestamp) supports$eq,$gte,$gt,$lteand$ltoperatorsinteraction_typecan also be filtered by$eqand$not_empty