Sha256: 054fff7eb765f496aeab1d0881ace922bf09fabfe3437dc85c857b5c79983a6e
Contents?: true
Size: 802 Bytes
Versions: 1
Compression:
Stored size: 802 Bytes
Contents
# KlaviyoAPI::SMSMarketing ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **consent** | **String** | The consent status for SMS marketing. | | | **timestamp** | **Time** | The timestamp when consent record or updated for SMS marketing, in ISO 8601 format (YYYY-MM-DDTHH:MM:SS.mmmmmm). | | | **method** | **String** | The method by which the profile was subscribed to SMS marketing. | | | **method_detail** | **String** | Additional details about the method which the profile was subscribed to SMS marketing. This may be empty if no details were provided. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SMSMarketing.new( consent: SUBSCRIBED, timestamp: 2023-02-21T20:07:38Z, method: TEXT, method_detail: JOIN ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/SMSMarketing.md |