Integrated Digital Engineering on AWS
  • 🚀First Time Users
    • What is IDEA?
    • Install IDEA
      • Pre-Requisites
      • Standard Installation
    • Access your IDEA cluster
      • Web Interface
      • Virtual Desktops (Linux/Windows)
      • SSH
      • APIs
    • File Browser
    • Let's get started
    • Cluster operations
      • Update IDEA cluster
        • Patch IDEA module (idea-admin.sh patch)
        • Update IDEA configuration (idea-admin.sh config)
        • Update IDEA backend resource (idea-admin.sh deploy)
      • Uninstall IDEA
  • 🤖Modules
    • What is a module?
    • Virtual Desktop Interfaces
      • User Documentation
        • Create a virtual desktop (Linux/Windows)
        • Stop/Delete/Hibernate a virtual desktop
        • Modify a virtual desktop
        • Share a virtual desktop
        • Virtual desktop scheduling
      • Admin Documentation
        • Dashboard
        • Sessions
        • Virtual Desktop Images (Software Stacks)
        • Permissions management
      • Technical
        • APIs
    • HPC Workloads
      • User Documentation
        • Submit a job
        • Control my jobs
        • Supported EC2 parameters
        • Job Storage
        • Troubleshooting
          • My job is not starting
      • Admin Documentation
        • Queue Profiles
        • Create Web Based Job Submission Worfklows
        • Configure Floating License resources
    • Cluster Manager
      • Projects Management
      • Users Management
      • Groups Management
      • Cluster Status
      • Email Templates
      • APIs
    • Shared Storage
      • Storage Management
  • 👑Best Practices
    • Analytics
      • OpenSearch
        • Configure your OpenSearch
        • Create your own analytics visualizations
    • Budget
      • Review your AWS spend
      • Control your AWS spend
      • Set up budget per project
    • Security
      • Backup IDEA environment
  • 🧱Architecture
    • High Level Overview
  • 🛠️Developer Portal
    • IDEA CLI utility
    • Developer Onboarding
  • 🚨Help and Support
    • FAQ
    • Raise a bug
Powered by GitBook
On this page
  • Create a new email template
  • Edit email template
  • Jinja2 Variables
  1. Modules
  2. Cluster Manager

Email Templates

PreviousCluster StatusNextAPIs

Last updated 1 year ago

IDEA lets you easily configure and manage automated email notifications such as when a virtual desktop is launched or when one simulation job has completed

Create a new email template

  • Click "Create Email Template"

  • Choose a friendly name

  • Specify the template name. You will use this name every time you want to invoke the template

  • Finally, enter the subject a the body (HTML supported) of the email

Refer to Jinja2 Variables if you need to customize the email body with pre-defined IDEA variables

Edit email template

  • Select an email template

  • Click "Actions" then "Edit Email Template"

Refer to Jinja2 Variables if you need to customize the email body with pre-defined IDEA variables

Jinja2 Variables

Variable Name
Description

cluster_name

Name of your IDEA cluster

session.owner

Owner of the virtual desktop session

session.name

Name of the virtual desktop session

Variable Name
Description

job.name

Name of the simulation

job.owner

Owner of the simulation

job.job_id

ID of the simulation

job.queue_type

Queue name where the job was submitted to

🤖
Email Templates interface