Opt-in indicates which newsletters, marketing emails and other email services are available. A consumer can choose which opt-ins to enable when creating a new order or when personalizing a ticket.
An object describing the opt-in configuration for an Event.
An event may offer two opt-in channels, opt_in
and opt_in_2
.
Field name | Type | Description |
---|---|---|
default | Boolean | Opt-in checkbox default value. |
text | I18N object | Optional opt-in description. |
{
"opt_in": {
"opt_in": false,
"opt_in_2": true
}
}