Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 2.01 KB

SmsChannelConsentDetails.md

File metadata and controls

16 lines (13 loc) · 2.01 KB

# SmsChannelConsentDetails

Properties

Name Type Description Notes
sms_consent_permission string Identifies the current permission status for the SMS channel. [optional]
consent_type string [optional]
opt_in_date \DateTime Date and time, in ISO-8601 format, that the contact subscribed/opted-in to receiving SMS from the account. Displays only if the contact subscribes/opts-in. System generated. [optional] [readonly]
opt_out_date \DateTime Date and time, in ISO-8601 format, that the contact unsubscribed/opted-out of receiving SMS from the account. Displays only if the contact unsubscribed/opted-out. System generated. [optional] [readonly]
advertised_frequency string The numeric used to set how often to send SMS advertisements during a specified time interval (<code>advertised_interval</code>). For example, if the <code>advertised_frequency</code> is set to <code>2</code> and the <code>advertised_interval</code> is set to <code>monthly</code>, the contact can receive up to two advertisements per month. [optional]
advertised_interval string Identifies the unit of time used by Constant Contact to send SMS advertisements as a string enum. For example, if the <code>advertised_frequency</code> is set to <code>2</code> and the <code>advertised_interval</code> is set to <code>monthly</code>, the contact can receive up to two advertisements per month. [optional]
created_at \DateTime Date and time that the SMS stats were created, in ISO-8601 format. System generated. [optional] [readonly]
updated_at \DateTime Date and time that the SMS stats were updated, in ISO-8601 format. System generated. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]