Deploying AI Escalation Manager: Installation in Salesforce Service Console

This article walks you through installing the AI Escalation Manager to your Salesforce Service Console to enhance self-service with the SearchUnify Agentic Suite.

Prerequisites

Installation Steps

Follow the instructions given in the Steps to Deploy section under the Deployment tab.

Note: To find your AI Agent UID, refer to the Steps to Deploy instructions of your AI Agent.

Adding a Trigger for Escalation Manager Agent

To test AI Escalation Manager in Salesforce, add a trigger for when a comment is added to a case. Adding a trigger sends an HTTP callout when a Case is marked as Closed.

Step 1: Create the Apex Class for the HTTP Callout

  1. Navigate to Setup.

  2. Search Apex Classes from Quick Find, and click New to create a new Apex class.

  3. Paste the class shared in the Steps to Deploy instructions here and press Save.

Step 2: Create the Apex Trigger

  1. Navigate to Developer Console.

  2. Click FileNewApex Trigger.

  3. Give a Name to your Apex Trigger, choose CaseComment as sObject, and click Submit.

  4. Paste the code given in the Steps to Deploy instructions and click Save.

Test the Trigger

To test the trigger, add and post a comment on a case.