AUHMS / Communications

Communication System

All Systems Normal
SC
Sarah Chen Administrator

Communication System

Email templates, announcements, and notifications

Template List
8 templates
Template Name Category Last Modified Status Actions
Welcome Email Onboarding Mar 25 Active
Invoice Notification Billing Mar 20 Active
Password Reset Security Mar 15 Active
Service Provisioned Provisioning Mar 18 Active
Ticket Confirmation Support Mar 22 Active
Payment Failed Billing Mar 10 Active
Maintenance Notice Operations Mar 28 Active
Account Suspension Admin Feb 14 Active
Template Editor — Welcome Email
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Welcome to AUHMS</title>
</head>
<body style="font-family:Arial,sans-serif;">
  <div style="max-width:600px;margin:0 auto;">
    <div style="background:#2563EB;padding:24px;">
      <h1 style="color:#fff;margin:0;">
        Welcome to AUHMS
      </h1>
    </div>
    <div style="padding:32px 24px;">
      <p>Hi {{client_name}},</p>
      <p>Your account has been created
        successfully.</p>
      <a href="{{dashboard_url}}">
        Go to Dashboard
      </a>
    </div>
  </div>
</body>
</html>
Preview
Welcome to AUHMS

Hi {{client_name}},

Your account has been created successfully. You can now access your dashboard at the link below to manage your services, view invoices, and submit support tickets.

Go to Dashboard

If you did not create this account, please contact our support team immediately.

Details