[
  {
    "id": "welcome_school",
    "name": "Welcome Email (New School Admin)",
    "subject": "Welcome to Skwalee, {{schoolName}}!",
    "body": "Hi {{name}},\n\nWelcome to Skwalee! Your school, {{schoolName}}, has been successfully created.\n\nYou can now log in to your dashboard to begin setting up your school.\n\nBest regards,\nThe Skwalee Team"
  },
  {
    "id": "staff_invitation",
    "name": "Staff Invitation Email",
    "subject": "You have been invited to join {{schoolName}} on Skwalee",
    "body": "Hello {{name}},\n\nYou have been invited by {{schoolName}} to join their team on Skwalee.\n\nPlease click the link below to set up your account:\n{{link}}\n\nThis link is valid for 5 days.\n\nThanks,\nThe {{companyName}} Team",
    "design": "default"
  },
  {
    "id": "password_reset",
    "name": "Password Reset Email",
    "subject": "Your Skwalee Password Reset Link",
    "body": "Hello {{name}},\n\nA password reset was requested for your account.\n\nIf this was you, please click the link below to reset your password:\n{{link}}\n\nIf you did not request this, you can safely ignore this email.\n\nThanks,\nThe {{companyName}} Team"
  },
  {
    "id": "new_invoice",
    "name": "New Invoice Notification",
    "subject": "New Invoice from {{companyName}} for {{schoolName}}",
    "body": "Hello {{name}},\n\nThis is to notify you that a new invoice #{{invoiceId}} for the amount of {{amount}} is now available.\n\nPlease log in to your dashboard to view and settle the invoice by {{dueDate}}.\n\nBest regards,\nThe {{companyName}} Team"
  },
  {
    "id": "feature_update",
    "name": "Feature Update Announcement",
    "subject": "New Features & Updates on Skwalee!",
    "body": "Hello Skwalee User,\n\nWe're excited to announce some new updates to the platform!\n\n{{featureDetails}}\n\nWe hope you enjoy these new improvements.\n\nBest regards,\nThe Skwalee Team"
  }
]