Opt-in

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.

Retrieving and displaying opt-in settings from an Event

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.

Setting a consumer’s opt-in preferences

{
  "opt_in": {
    "opt_in": false,
    "opt_in_2": true
  }
}