Sha256: a6243df8dc2c953089dc53707d43fd110e3ed9d1382b93bd7821fda9b19286df

Contents?: true

Size: 1.9 KB

Versions: 2

Compression:

Stored size: 1.9 KB

Contents

# KlaviyoAPI::ProfileUpsertQueryResourceObjectAttributes

## 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** | Id that can be used to identify a profile when other identifiers are not available | [optional] |
| **first_name** | **String** | Individual's first name | [optional] |
| **last_name** | **String** | Individual's last name | [optional] |
| **organization** | **String** | Name of the company or organization within the company for whom the individual works | [optional] |
| **title** | **String** | Individual's job title | [optional] |
| **image** | **String** | URL pointing to the location of a profile image | [optional] |
| **location** | [**ProfileLocation**](ProfileLocation.md) |  | [optional] |
| **properties** | **Object** | An object containing key/value pairs for any custom properties assigned to this profile | [optional] |
| **meta** | [**ProfileMeta**](ProfileMeta.md) |  | [optional] |

## Example

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

instance = KlaviyoAPI::ProfileUpsertQueryResourceObjectAttributes.new(
  email: sarah.mason@klaviyo-demo.com,
  phone_number: +15005550006,
  external_id: 63f64a2b-c6bf-40c7-b81f-bed08162edbe,
  anonymous_id: 01GDDKASAP8TKDDA2GRZDSVP4H,
  first_name: Sarah,
  last_name: Mason,
  organization: Klaviyo,
  title: Engineer,
  image: https://images.pexels.com/photos/3760854/pexels-photo-3760854.jpeg,
  location: null,
  properties: {"pseudonym":"Dr. Octopus"},
  meta: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klaviyo-api-sdk-4.2.0 docs/ProfileUpsertQueryResourceObjectAttributes.md
klaviyo-api-sdk-4.1.0 docs/ProfileUpsertQueryResourceObjectAttributes.md