Setup Customer Survey Email Notice

Summary

The Enterprise Service Management (ESM) system sends survey requests to a ticket requestor via email. This article will walk ESM App Admins through the process of customizing the survey template used when sending a survey request to the customer.

Body

Overview

Survey requests are sent to a ticket requestor via email. You can customize the email subject line, as well as the HTML-based body of the template used by the Enterprise Service Management (ESM) system when sending notifications. Each survey has it's own template.

Survey request notifications can include template tags that will insert message specific text based upon the source ticket. The available template fields are listed in the Insert Template Tag drop-down list. Once inserted, the template tags will be displayed within the curly brackets (e.g. {{ }} ) in the subject, and body fields below.

Some commonly used template tags are:

  • ActionName - In the context of a survey request this will insert the text "Survey Request".
  • TitleShort - A shortened version of the source ticket's title.
  • RequestorFirstName - The first name of the ticket's requestor.
  • Title - A full text of the source ticket's title.
  • SurveyUrl - required the ticket specific URL that the requestor is being requested to complete.

What materials do I need?

  • Internet connectivity
  • Web browser
  • ESM TDWorkManagement access

How do I use this technology?

  1. Open a web browser.
  2. Navigate to the UA ESM website.
  3. Login to UA ESM with your UA Email address and password.
  4. Click View Applications.
  5. Click the desired Ticketing Application..
  6. On the right side of the screen, click the Settings (gear icon) button.
    Enterprise Service Management Ticketing Application Settings button highlighted
  7. Click Surveys from the list of actions.
    Enterprise Service Management Ticketing App settings menu with Surveys option highlighted
  8. On the Surveys page, locate the desired survey.
    Tip
    If no surveys are shown select Both for the status (i.e. Active/Inactive) and availability (i.e. Public/Not Public) search options. Then click Search. If no surveys are returned, it most likely means that none have been created yet. Review the Create Ticket Survey article for how to create a survey.
  9. Click the Name of the desired survey.
    Enterprise Service Management Ticket Survey name highlighted
  10. The survey details will open in a new side panel.
    Enterprise Service Management Survey Detail side panel
  11. On the survey details page, click Request Notification tab.
  12. Customize the default template.
    Enterprise Service Management Edit Survey Request Notification default template
    1. Change the default Subject line from.
      TeamDynamix {{ActionName}} ({{TitleShort}})

      Which will result in a email subject line similar to the following:
      TeamDynamix Survey Request (Configure desktop computer...)

      to
      <ESM Ticket App Name> {{ActionName}} ({{TitleShort}})

      Replacing the <ESM Ticket App Name> text with the name of ESM ticketing application (e.g. "UAA IT", "UAA Shared Services", etc.). This will result in a email subject line similar to the following:
      UAA IT Survey Request (Configure desktop computer...)
    2. Edit the Body text area as desired. The text below is the recommended template for most surveys.
      <div style="-webkit-font-smoothing: antialiased;
            -webkit-text-size-adjust: none;
            background-color: #FCFCFC;
            background: #FCFCFC;
            color: #5e5e5e;
            display: block;
            font-size: 1rem;
            font-weight: 400;
            height: 100%;
            margin: 0;
            padding: 0;
            width: 100%;">
        <div style="width: 600px; margin: auto; ">
          <header style="width: 100%;
            height: 100px;
            background-color: #00583D;
            background-position: center center;
            border-bottom: .75rem solid;
            border-bottom-color: #FFC425;
      	  color: #232925;
            font-size: 1.5rem;
            text-align: left;">
            <p style="text-align: left;
            padding-top: 0px;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 20px;"><br /><a style="display:block;" href="https://uaa.alaska.edu"><img
                  style="width: 50% !important;
            max-width: 50% !important; height:auto;" alt="UAA Logo"
                  src="https://static.uaa.alaska.edu/img/logos/UAA-GreenGold.png" title="University Alaska Anchorage" /></a>
            </p>
          </header>
          <main>
      <p>Dear {{RequestorFirstName}},</p>
      
      <p>Your feedback is important to us.</p>
      
      <p>You are being requested to complete a short survey for the "{{Title}}" request made on your behalf on {{CreatedDate}}.</p>
      
      <div style="text-align: center">
      <p style="margin-bottom: 20px;">You can access this survey by clicking the button, or the direct URL below.</p>
      
      <a href="{{SurveyUrl}}" target="_blank" style="text-decoration: none; color: #FFC425; background-color: #00583D; border: 1px solid #4EA685; border-radius: 5px; margin: 10px 10px 10px 10px; padding:10px 10px 10px 10px;">Take the Survey</a>
      
      <p style="margin-top: 20px;"><strong>Direct Link:</strong><br />
      <a href="{{SurveyUrl}}">{{SurveyUrl}}</a></p>
      </div>
      
      <p>If you need to refresh your thoughts, you can view the ticket details here: <a href="{{ClientUrl}}">{{ID}}</a></p>
      
      <p>Your feedback will help us improve our service, act as training points and ensure that we're providing all of our customers a voice in shaping our future.</p>		
          </main>
          <footer style="width: 600px;
            height: 50px;
            border-top: .25rem solid;
            border-top-color: #FFC425;
            background-position: top center;
            background-color: #00583D;
            color: #ffffff;
            font-size: 14px;
            text-align: left;">
            <p style="font-size: .9rem;
            padding-right: 20px;
            padding-left: 20px">This email was sent on behalf of the <a style="color: #FFC425;" href="https://www.uaa.alaska.edu" target="_blank">University of Alaska Anchorage</a><br />
      	  Anchorage, AK 99508</p>
          </footer>
        </div>
      </div>
    3. Click Show Preview button to generate an example of the survey request notification message. This will be displayed in the Preview section below the Body template field, and will display something similar to the following example.
      Enterprise Service Management Survey Request Notification Preview
  13. Click Save.
    Enterprise Service Management Edit Survey Request Notification Save Button Highlighted
  14. Close the survey side panel.

Next Steps

Now that you've completed customizing the message that will be sent to your customers requesting them to complete the survey, you're ready to start collecting customer responses. Now proceed to the next step to activate the ticket survey.

Need additional help or have issues

For support, requests may be submitted anytime using the appropriate Enterprise Service Management form. Requests generate a Ticket which will be worked in order received and urgency by IT Employees with the knowledge and permissions to assist with the request.

For immediate assistance please review the Contact Us page for the appropriate support group.

Details

Details

Article ID: 1332
Created
Mon 11/7/22 12:57 PM
Modified
Thu 5/29/25 12:21 PM