Contact Overview

A Contact represents a customer’s contact information, which can be an email address or phone number. Contacts are used for communication and verification purposes throughout the platform.

Contact Schema

FieldDescriptionType
idUnique identifier (UUID)String
contact_typeType of contact. Can be email or phoneString
purposePurpose or context for this contact (e.g., primary, support, billing)String
addressThe contact value - email address or phone numberString
validatedWhether the customer has validated this contact through verificationBoolean
created_atIndicates when the record was created in ISO8601 formatString
updated_atIndicates when the record was last updated in ISO8601 formatString

Contact Type Values

ValueDescription
emailContact is an email address
phoneContact is a phone number

Table of contents