ENUM
EmailSubscriptionStatus
link GraphQL Schema definition
- enum EmailSubscriptionStatus {
- # A non-subscribed subscriber is someone who has interacted with an online form
- # but hasn't yet passed double opt-in to receive email communications. In other
- # words, a validation step is still required to consider the email as subscribed
- # from a legal point of view.
- # A subscribed subscriber, is someone who has opted in to receive email
- # communications. The email address has been verified.
- # An unsubscribed subscriber is someone who previously received email
- # communications but has opted out.
- }