[
  {
    "notificationType": "APPOINTMENT",
    "headerTemplate": "visit-appointment-title",
    "contentTemplate": "visit-appointment",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "WELCOME",
    "headerTemplate": "visitor-welcome-title",
    "contentTemplate": "visitor-welcome",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "REMINDER",
    "headerTemplate": "appointment-reminder-title",
    "contentTemplate": "appointment-reminder",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "VISIT_NOTE",
    "headerTemplate": "visit-note-changed-title",
    "contentTemplate": "visit-note-changed",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "ACTION_TOKEN_PERSON",
    "headerTemplate": "employee-device-token-title",
    "contentTemplate": "employee-device-token",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "ACTION_TOKEN_GROUP",
    "headerTemplate": "group-device-token-title",
    "contentTemplate": "group-device-token",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "API_KEY",
    "headerTemplate": "api-access-token-title",
    "contentTemplate": "api-access-token",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "SIGNUP_EMAIL_VERIFICATION",
    "headerTemplate": "email-verification-title",
    "contentTemplate": "email-verification",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "ADDED_TO_CUSTOMER",
    "headerTemplate": "added-to-new-customer-title",
    "contentTemplate": "added-to-new-customer",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "ATTENDANCE_REPORTS",
    "headerTemplate": "attendance-reports-title",
    "contentTemplate": "attendance-reports",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "CHECK_IN_RESTRICTED_LEAVE",
    "headerTemplate": "checkin-in-restricted-leave-title",
    "contentTemplate": "checkin-in-restricted-leave",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "CHECK_IN_RESTRICTED_LEAVE",
    "headerTemplate": "checkin-in-restricted-leave-title",
    "contentTemplate": "checkin-in-restricted-leave",
    "messageType": "CONTROL_PANEL"
  },
  {
    "notificationType": "NEW_EMPLOYEE",
    "headerTemplate": "new-employee-title",
    "contentTemplate": "new-employee",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "NO_ACTIVITY_CUSTOMER_FEEDBACK",
    "headerTemplate": "feedback-for-inactive-title",
    "contentTemplate": "feedback-for-inactive",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "NEW_RESELLER",
    "headerTemplate": "new-reseller-created-title",
    "contentTemplate": "new-reseller-created",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PASSWORD_RESET",
    "headerTemplate": "password-reset-title",
    "contentTemplate": "password-reset",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYMENT_REMINDER",
    "headerTemplate": "payment-reminder-title",
    "contentTemplate": "payment-reminder",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYMENT_REMINDER",
    "headerTemplate": "payment-reminder-title",
    "contentTemplate": "payment-reminder",
    "messageType": "CONTROL_PANEL"
  },
  {
    "notificationType": "SINGLE_PAYMENT",
    "headerTemplate": "payment-status-title",
    "contentTemplate": "payment-status",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYPAL_RECURRING_PAYMENT",
    "headerTemplate": "recurring-payment-received-title",
    "contentTemplate": "recurring-payment-received",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYPAL_RECURRING_AGREEMENT_CANCEL",
    "headerTemplate": "recurring-payment-cancel-title",
    "contentTemplate": "recurring-payment-cancel",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYPAL_RECURRING_AGREEMENT_ERROR",
    "headerTemplate": "recurring-payment-error-title",
    "contentTemplate": "recurring-payment-error",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PAYPAL_ERROR",
    "headerTemplate": "paypal-payment-error-title",
    "contentTemplate": "paypal-payment-error",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "ALIPAY_ERROR",
    "headerTemplate": "alipay-payment-error-title",
    "contentTemplate": "alipay-payment-error",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "SCHEDULED_EMAIL_APPROVAL",
    "headerTemplate": "scheduled-email-approval-title",
    "contentTemplate": "scheduled-email-approval",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "EMPLOYEE_PASSWORD_UPDATE",
    "headerTemplate": "employee-password-update-title",
    "contentTemplate": "employee-password-update",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "PLAN_EXTENSION_REQUEST",
    "headerTemplate": "extend-payment-period-title",
    "contentTemplate": "extend-payment-period",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "RESELLER_NEW_CUSTOMER",
    "headerTemplate": "new-customer-created-title",
    "contentTemplate": "new-customer-created",
    "messageType": "EMAIL"
  },
  {
    "notificationType": "CUSTOMER_STATISTICS",
    "headerTemplate": "system-admin-statistic-report-title",
    "contentTemplate": "system-admin-statistic-report",
    "messageType": "EMAIL"
  }
]