Create an email template descriptor file

Procedure

  1. In the Guidewire Studio Project window, expand configuration > config > resources.
  2. Select emailtemplates, right-click, then select one of the following items from the context menu:
    Descriptor type Menu path Extension to add Note
    Text New > File .gosu.descriptor Select Text from the list of file types to associate with the .gosu.descriptor extension, if necessary.
    HTML New > HTML File .gosu.html.descriptor Set the HTML version to use in the HTML File dialog.
    Studio opens an editable file with the given name in a new tab.
  3. Enter text similar to the following, modifying the given text to suit your business needs.
    <?xml version="1.0" encoding="UTF-8"?>
    <serialization>
      <emailtemplate-descriptor name="Test Email" keywords="email" topic="reply" subject="Test Email" 
            body="TestEmail.gosu" />
    </serialization>