Intempt Docs

Intempt system record taxonomy

Every field on every Intempt system record, nested ones included, with the type it carries and whether it is required.

Overview

Records the platform writes itself rather than receiving from a source you connect.

One section per record, one row per field. A record nested inside another is flattened into a dotted path, so data.targetText is the targetText field carried on that record's data. These schemas hold names and types only, so there are no example values here. A type in backticks names another record in this same source, which has its own section on this page.

EmailThread

AttributeTypeRequired
eventIdStringNo
userIdStringNo
accountIdStringNo
threadIdStringNo
timestampLongYes
data.ownerEmailStringNo
data.personIdLongNo
data.intentStringNo
data.summaryStringNo
data.categoriesArray of StringNo
userAttributes.nameStringNo
userAttributes.emailStringNo
accountAttributes.domainStringNo

JourneyActionEvent

AttributeTypeRequired
eventIdLongYes
timestampLongYes
data.journeyStringNo
data.transformerStringNo
data.templateStringNo
data.subjectStringNo
data.taskIdStringNo
data.consentCategoryStringNo

deal

AttributeTypeRequired
dealIdStringYes
eventIdStringYes
accountIdLongNo
timestampLongYes
data.nameStringNo
data.amountDecimalNo
data.currencyStringNo
data.forecastAmountDecimalNo
data.forecastCurrencyStringNo
data.stageIdStringNo
data.stageNameStringNo
data.typeStringNo
data.priorityStringNo
data.ownerIdLongNo
data.createDateLong (timestamp-millis)No
data.closeDateLong (timestamp-millis)No
data.tagsArray of StringNo

meeting

AttributeTypeRequired
meetingIdStringYes
timestampLongYes
meetingAttributes.titleStringNo
meetingAttributes.descriptionStringNo
meetingAttributes.locationStringNo
meetingAttributes.usersArray of StringNo
meetingAttributes.accountsArray of StringNo
meetingAttributes.startTimeLong (timestamp-millis)No
meetingAttributes.endTimeLong (timestamp-millis)No
meetingAttributes.createdByLongNo
meetingAttributes.createdAtLong (timestamp-millis)No
meetingAttributes.updatedAtLong (timestamp-millis)No
meetingAttributes.canceledAtLong (timestamp-millis)No
meetingAttributes.visibilityStringNo
meetingAttributes.statusStringNo
meetingAttributes.calendarConnectionsArray of StringNo
meetingAttributes.participantsArray of StringNo
meetingAttributes.joinedParticipantsStringNo
meetingAttributes.recurrenceStringNo
meetingAttributes.transcriptStringNo
meetingAttributes.recordingUrlStringNo
meetingAttributes.summaryStringNo
meetingAttributes.notesStringNo
meetingAttributes.membersArray of StringNo
meetingAttributes.meetingUrlStringNo
meetingAttributes.botIdStringNo

On this page