Email Template

Email templates allow you to create reusable email content frameworks.

Email Template

Email templates allow you to create reusable email content frameworks that are ideal for scenarios requiring repetitive emails with personalized content, such as marketing campaigns, system notifications, and verification codes. By using variable substitution, you can achieve personalized email delivery with a single template.

To access the template management page, log in to the Aurora SendCloud platform and navigate to Content > Email Template from the left menu.

Template List

The Template List page displays comprehensive information for all templates in your account:

  • Template Name - Template identification name for quick identification
  • Type - Template classification type
  • Invoke Name - Unique identifier used when making API calls
  • Email Subject - Email subject line (maximum 256 characters)
  • Update Time - Last modified time (automatically logged)

Template Editors

Aurora SendCloud provides two editing modes to meet different user needs:

ShanEdit (Visual Editor)

  • Features: Visual drag-and-drop editing, easy to use
  • Target audience: Marketing and operations professionals with non-technical backgrounds
  • Functions:
    • Directly drag and drop text, images, and other elements
    • Use a library of pre-designed professional templates
    • Real-time preview functionality
    • One-click copy and use existing templates

Source Code Editor

  • Features: Direct HTML source code or rich text content editing with high flexibility
  • Target audience: Developers and professional users
  • Operation:
    • Click the "Source" button on the right to switch modes
    • Supports direct pasting of external HTML code
    • Full code control capabilities

Usage Guidelines

Content Restrictions

  • JavaScript is not allowed
  • Styles and content should be concise and clear
  • Responsive table static layout is recommended
  • Email subject character limit: 256 characters

Template Type Matching

  • Batch templates: Called by batch type API_USER
  • Trigger templates: Called by trigger type API_USER
  • Important: Ensure that the template type matches the API_USER type

Best Practices

Template Design Tips

  • Use clear naming conventions to facilitate team collaboration
  • Utilize variable substitution for personalization
  • Regularly optimize and update template content
  • Test display effects on different devices

Recommended Workflow

  1. Select the appropriate editor mode
  2. Design or edit the template content
  3. Set the template type and invoke name
  4. Save and test send
  5. Use the API to officially call and implement

Frequently Asked Questions

What might cause a template call failure? Please verify that the template type matches the API_USER and that the invoke name is correct.

How can I achieve responsive design? We recommend using an adaptive table layout to ensure proper display across different devices.

Is there a limit on the number of templates I can create? This varies depending on your plan. Please refer to your plan details for specific limits.

Getting Started

Ready to create your first template? Choose your preferred editor mode and start building personalized email content that engages your audience effectively.