ENUM

EmailSubscriptionStatus

link GraphQL Schema definition

  • enum EmailSubscriptionStatus {
  • HARD_BOUNCED
  • # 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.
  • NON_SUBSCRIBED
  • SPAM_COMPLAINT
  • # A subscribed subscriber, is someone who has opted in to receive email
  • # communications. The email address has been verified.
  • SUBSCRIBED
  • SUPPRESSED
  • # An unsubscribed subscriber is someone who previously received email
  • # communications but has opted out.
  • UNSUBSCRIBED
  • }