Sha256: b29f7a0206f6cf3d49076bd8452e0f143ee5fd2c16d8e6ed7259abb4154197c8

Contents?: true

Size: 869 Bytes

Versions: 5

Compression:

Stored size: 869 Bytes

Contents

# KlaviyoAPI::ProfileIdentifierDTOResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** | Individual's email address | [optional] |
| **phone_number** | **String** | Individual's phone number in E.164 format | [optional] |
| **external_id** | **String** | A unique identifier used by customers to associate Klaviyo profiles with profiles in an external system, such as a point-of-sale system. Format varies based on the external system. | [optional] |
| **anonymous_id** | **String** |  | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::ProfileIdentifierDTOResourceObjectAttributes.new(
  email: sarah.mason@klaviyo-demo.com,
  phone_number: +15005550006,
  external_id: 63f64a2b-c6bf-40c7-b81f-bed08162edbe,
  anonymous_id: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
klaviyo-api-sdk-6.0.0 docs/ProfileIdentifierDTOResourceObjectAttributes.md
klaviyo-api-sdk-5.1.0 docs/ProfileIdentifierDTOResourceObjectAttributes.md
klaviyo-api-sdk-5.0.0 docs/ProfileIdentifierDTOResourceObjectAttributes.md
klaviyo-api-sdk-4.2.0 docs/ProfileIdentifierDTOResourceObjectAttributes.md
klaviyo-api-sdk-4.1.0 docs/ProfileIdentifierDTOResourceObjectAttributes.md