OBJECT

EmailMarketing

Email direct marketing data

link GraphQL Schema definition

  • type EmailMarketing {
  • # Is email direct marketing enabled for this site?
  • edmEnabled: Boolean!
  • # Should GDPR subscription checkbox be enabled for this site?
  • gdprSubscriptionCheckboxEnabled: Boolean!
  • id: ID!
  • # Newsletter subscription
  • newsletterSubscriptionForm: NewsletterSubscriptionForm
  • # Link to a privacy policy
  • privacyPolicyLink: TextLink!
  • }