Response templates for HR Service Delivery

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 9 Minuten Lesedauer
  • You can use response templates with HR Service Delivery to resolve cases faster and more efficiently.

    Response templates (formerly known as templated snippets) are reusable messages. You can copy these messages created from these templates to an HR case, task, email, or chat to provide quick and consistent messages to employees. For example, a response template for a payroll discrepancy case enables HR agents to use a standardized message when responding to that case type.
    Hinweis:
    For more information on response templates, see Response templates.

    Response template channels

    Response templates can correspond to multiple channels. A channel represents the media you want the response template to be available for. For example:
    • Chat channel: Provides response templates for chat conversations.
    • Email channel: Provides response templates for emails.
    • Form: Provides response templates for HR case or tasks.

    If you create a new response template and do not assign it to a channel, it is not available to use.

    To create a universal response template that is available for all channels, assign it to all channels.
    Hinweis:
    Any response templates created prior to the Quebec release are associated with all channels preserving their prior behavior and can be used universally.

    Activation information

    The response templates feature automatically activates when Case and Knowledge Management activates. See Activate response templates.

    To use response templates in a chat in Agent Workspace for HR Service Delivery, activate: Advanced Work Assignment for HRSD (com.sn_hr_awa) plugin.

    For more information, see and Setting up Workspace Agent Chat.

    For more information on setting up chat in Virtual Agent, see Virtual Agent.

    How to use response templates with form (HR case or task)

    HR administrators and managers can create response templates. Each template is associated with an HR table that is an extension of the Task [task] table. Configure the template to include variables pulled from that table. Also, use a condition builder to specify what a case must meet for the template to be available, such as for a specific HR service.

    For more information on creating or modifying a response template, see Create or modify an HR Service Delivery response template.

    Response templates appear for an HR case form for templates associated with the Form channel and satisfy the conditions on the response template. For the HR case form, the Responses button appears at the top. If there are multiple templates available, you can select the appropriate one. See Work an HR case.

    Hinweis:
    For more information on using a response template with an HR case, see Copy a response template to an HR case.

    For Agent Workspace for HR Service Delivery, the Response Templates icon (Response template icon) appears in the Contextual sidebar. For more information, see .

    Components installed with response templates

    Several types of components are installed with activation of the Templated Responses (com.sn_templated_snip) plugin, including tables and user roles.

    Hinweis:
    The Application Files table lists the components that are installed with this application. For instructions on how to access this table, see Find components installed with an application.

    Demo data is available for this feature.

    Roles installed

    By default, the following HR roles contain the following response template roles.

    Hinweis:
    The Templated Responses [com.sn_templated_snip] plugin activates the sn_templated_snip.min_admin_count system property [sys_properties.list]. This property prevents you from deleting your only Response Template admin user by requiring a minimum number (default is two) of active users with this role.
    Tabelle : 1. Roles installed with response templates
    Role title [name] Description Contains roles
    Response templates administrator

    [sn_templated_snip.template_snippet_admin]

    Grants access to scoped administration of the response templates feature. sn_templated_snip.template_snippet_writer
    Response templates writer

    [sn_templated_snip.template_snippet_writer]

    Grants access to create, read, update, and delete (CRUD) response template content. sn_templated_snip.template_snippet_reader
    Response templates reader

    [sn_templated_snip.template_snippet_reader]

    Grants access to read response template content. None

    You can assign these roles to the appropriate roles, groups, or users in your application.

    For further information on user administration and how to manage users, see User administration.

    Tables installed

    Tabelle : 2. Tables installed with response templates
    Table Description
    Response Template

    [sn_templated_snip_note_template]

    Stores response template information. Response templates are reusable messages that can be copied to case or task forms. Response templates provide quick and consistent messages to users, or display standard chat response messages to requesters in Agent Chat.
    M2M Response Template to Channel

    [m2m_response_template_to_channel]

    Maps channels to response templates.
    Response Template Channel

    [sn_templated_snip_channel]

    Stores information about response template channels.
    Note Template for Table

    [sn_m2m_note_template_for_table]

    Maps notes to response templates.

    For further information on table administration and how to manage data, see Table administration.

    Create or modify an HR Service Delivery response template

    Create or modify a response template (formerly known as a templated snippet) to define a reusable message. You can copy these messages when responding to employees to provide quick and consistent messages.

    Vorbereitungen

    Role required: sn_hr_core.manager, sn_templated_snip.template_snippet_admin

    Each template is associated with an HR table that is an extension of the Task [task] table. The template can be configured to include variables pulled from that table. For example, if you choose the HR Case (sn_hr_core_case) table, you can select the Subject person variable to appear in the Template body and it will replace the variable with the actual name of the subject person when the response template is used.

    Also, use condition builder to define when a case meets the criteria for a template, such as for a specific HR service.

    Prozedur

    1. Navigate to HR Administration > Response template configuration.
    2. Select New to create a response template.
      Or, select an existing response template to modify from the list.
    3. Fill in the fields on the form.
      Tabelle : 3. Response template form
      Field Description
      Name Name of the response template.
      Short Name Short description that identifies the response template when using chat in Agent Workspace.

      Use the short name with a quick command (/) to show the text from the template body of the response template while in chat. This feature provides a fast and consistent way to populate text while in chat.

      For example, the short name gm identifies the chat response template for a Good Morning greeting. Enter /gm in a chat window to show the text from this response template.
      Table Name of the table that the response template is associated with.

      If you are creating a response template for Agent Workspace chat, the associated table is the Interaction [interaction] table. For other response templates, the table must be an extension of the Task [task] table.

      Hinweis:
      Creating custom COE tables do not allow you to add the Copy to Clipboard UI action. Users can still use the copy and paste function.
      Condition Conditions that determine when the response template is available for use.

      When defining conditions like case sensitivity or null values, see API GlideFilter - Scoped, Global.

      Hinweis:
      The conditions available depend on the table you select. For chat response templates, specify the condition: [Type] [is] [Chat]
      Application The application that created the response template.
      Group visibility Indicates what groups have access to the response template.

      Adding groups filters who can view the response template.

      Hinweis:
      Leaving this field empty makes the response template available to all groups.
      Template body Text of the response template providing instructions to the agent on how to respond to a specific case or task.

      You can reference field values by selecting variables from the variables list based on the table you select.

      You can manually enter custom variable references:
      • Current user: ${current_user}
      • Current date: ${Date}

      Or, place your mouse where you want the custom variable reference to appear and select the Insert Current User or Insert Current Date buttons.

      Hinweis:
      Response templates do not support rich text.
      Select variables Variables you can add to the template body. For example, if you choose the HR Case (sn_hr_core_case) table, you can select the Subject person variable to appear in the Template body and it will replace the variable with the actual name of the subject person when the response template is used.
      Hinweis:
      The variables available depend on the table you select.

      The following GIF shows an example of an HR manager in the HR Service Delivery application creating a response template to escalate payroll discrepancy cases. The template is associated with the HR Payroll Case [sn_hr_core_case_payroll] table, and a condition is set to filter on cases that match the Payroll Discrepancy HR service. The template text is pasted into the body, and then a variable for the subject person is added to the salutation.

      Response Template

      How you can create a response template with conditions and variables.
    4. Click Submit or Update.
      Channels limit the response template to only the channels you add. If you leave this blank, the response template is available to no channels. This feature allows you to have different messages for chats, emails, or form. For more information, see Create a response template channel.
      The Channels related list appears.

    Nächste Maßnahme

    You can copy response template content to any field on a form that meets the specified conditions.

    The following GIF shows an example of an HR case writer in the HR Service Delivery application opening a payroll discrepancy case and copying a payroll discrepancy escalation template to the comments field in the HR case form for the employee to read.

    How you can copy response template content to a field on a case form.

    Create a response template channel

    Follow these steps to create a response template channel. Response template channels ensure the correct response templates appear for use with chat, email, or HR case or task.

    Vorbereitungen

    Role required: admin

    Prozedur

    1. Navigate to All > HR Administration > Response Template Configuration.
    2. Select an existing response template or click New.
    3. Select Channels.
    4. Select the Lookup using list icon Lookup using list icon.
    5. Select New.
      Fill in the fields on the form.
      Tabelle : 4. Response Template Channel
      Field Description
      Name The name of the channel. Channels represent a category you want the response template to appear for.
      The base system provides:
      • Chat
      • Email
      • Form
      Hinweis:
      The Advanced Work Assignment for HRSD (com.sn_hr_awa) plugin must be activated to use response templates in chat.
      Value The name of the channel you want to remain consistent in relation to different languages.

      For example, if I am working in French, the Name field could be LeChat, but Chat in the Value field. This ensures that the correct template is selected regardless of language.

      Application The application the response template is available to use in.
      Active Activates the Response Template Channel.
      Hinweis:
      Unchecking the box inactivates the record without deleting it.
    6. Select Save.
      Channels limit the response template to only the channels you add. If you leave this blank, the response template is available to no channels. This feature allows you to have different messages for chats, emails, or form. For more information, see Create a response template channel.
      The Channels related list appears.
    7. Click New to create a new channel or Edit to access an existing channel.
    8. After you select the channel(s), click Save.
      The Response Template form returns.
    9. Click Update.
      For more information on response templates, see Create or modify an HR Service Delivery response template.

    Copy a response template to an HR case

    Copy response template (formerly known as templated snippet) content to any field on an HR case form that meets the specified conditions.

    Vorbereitungen

    Role required: sn_hr_core.case_writer

    Prozedur

    1. Navigate to All > HR Case Management > All HR Cases, and open one of the modules, such as Assigned to me or Open.
    2. Open the HR case.
    3. Click Responses to open the Response Templates side panel.
      Hinweis:
      If the Responses button is not visible, make sure that a response template that meets the conditions for the open case is available to use. See Create or modify an HR Service Delivery response template for more information.
      Click Responses to open the Response Templates side panel.
    4. In the Response Templates side panel, you can select a template and copy it to the clipboard.
      In the Response Templates side panel, you can select a template and copy it to the clipboard.
    5. Once copied, you can paste the content to a field on the form, such as to Comments, or into an email that you send to the employee.
      Hinweis:
      For information on using response templates in HR Agent Workspace, see .