Sha256: f706a1643e1d2cac17a23f911097ab480eb586fe082523a29e059f675ac2381b

Contents?: true

Size: 941 Bytes

Versions: 3

Compression:

Stored size: 941 Bytes

Contents

# KlaviyoAPI::ContentSubObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **subject** | **String** | The subject of the message | [optional] |
| **preview_text** | **String** | Preview text associated with the message | [optional] |
| **from_email** | **String** | The email the message should be sent from | [optional] |
| **from_label** | **String** | The label associated with the from_email | [optional] |
| **template_id** | **String** | The ID of the template associated to the message | [optional] |
| **template_name** | **String** | The name of the template associated to the message | [optional] |

## Example

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

instance = KlaviyoAPI::ContentSubObject.new(
  subject: Buy our product!,
  preview_text: My preview text,
  from_email: store@my-company.com,
  from_label: My Company,
  template_id: RipRmi,
  template_name: My email template
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/ContentSubObject.md
klaviyo-api-sdk-1.2.0 docs/ContentSubObject.md
klaviyo-api-sdk-1.1.0 docs/ContentSubObject.md