Identity
Identity represents an external system's unique identifier for a Contact, such as Klaviyo, Shopify, or Lightspeed.
type Identity {
uuid: String!
klaviyo: String
shopify: String
lightspeed: String
}
Fields
Identity.uuid ● String! non-null scalar
UUID of the Identity
Identity.klaviyo ● String scalar
Klaviyo external ID
Identity.shopify ● String scalar
Shopify external ID
Identity.lightspeed ● String scalar
Lightspeed external ID
Member Of
Contact object