Create the content for a Virtual Agent notification delivered in a chat or messaging channel.

Before you begin

  • Images for image cards must be 400 pixels wide or larger and must be in .jpg, .png, .bmp, .gif, .ico, or .svg format.
  • If you're upgrading from an earlier release and want ACLs observed for data displayed in record cards and parameter substitutions in chat notifications, set the com.glide.cs.notification_record_access_check system property to true. The default value for this system property is false, which means that data is delivered regardless of the user's access level.
    Note: This property does not apply to advanced notifications.
  • Role required: virtual_agent_admin or admin

About this task

You can personalize Virtual Agent notifications by using parameter substitution to add dynamic content to the message header and message. When adding dynamic content to your notifications, you specify the variables that identify the record values to be included in the content. You can add dynamic content to the following types of notifications:
  • Record-based notifications - Use the ${<variable_name>} format in your content to specify a variable that represents a record value from the table used for the notification. For example, if you want to customize the message heading for a notification that uses the Incident table and you want to include the incident Priority in the message, use the Select variable column to select the variable for incident priority.
  • Event-based notifications - Use the ${event.parm1} and ${event.parm2} format to specify event-specific parameters that pass record information in the notification content. To learn more about event parameters and how they work, see Events.
  • Advanced notifications - Modify a script provided for advanced notification use cases to specify dynamic content from different data sources and identify third-party services, such as URL shortening for streamlining links in the content.

Procedure

  1. Navigate to All > System Notification > Provider > Notifications and select the notification for which you're defining or updating content.
  2. Do one of the following:
    • If you're defining new content, navigate to the Notification Contents related list, select New Provider Content, and go to step 3.
    • If you're updating content, navigate to the Notification Contents related list, select the content to be updated, and go to step 4.
  3. Select the Virtual Agent content type:
    • Virtual Agent Content - Chat: The notification is for chat channels.
    • Virtual Agent Content - Messaging: The notification is for a messaging channel, such as SMS.
    Figure 1. Notification content
    The Notification Content page displaying the notification content types that user can choose and create. The available options are Chat Channel, Messaging Channel, and Workspace.
  4. Provide or update the notification content:
    1. On the form, fill in the fields for the chat or messaging notification:
      Note: To create or update the messaging notification details, navigate to the Delivery Channel related list and complete the form. For more information, see Configure a delivery channel for Virtual Agent notification.
    2. Select Submit or Update.

What to do next