Sha256: f1869244331be38eb767445055f99e335fe2fb76f0d59c8fa5188fdd161da72b
Contents?: true
Size: 642 Bytes
Versions: 4
Compression:
Stored size: 642 Bytes
Contents
# KlaviyoAPI::SubscriptionChannels ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **Array<String>** | The communication types to subscribe to on the \"EMAIL\" Channel. Currently supports \"MARKETING\". | [optional] | | **sms** | **Array<String>** | The communication types to subscribe to on the \"SMS\" Channel. Currently supports \"MARKETING\". | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SubscriptionChannels.new( email: ["MARKETING"], sms: ["MARKETING"] ) ```
Version data entries
4 entries across 4 versions & 1 rubygems