Skip to main content

Uniphore Customer Portal

Receive Agent Alerts

This webhook allows Agent to receive information on Alerts that are displayed in the Agent desktop during the call. The alerts help agents by assisting and enabling them in handling customer calls.

https://api.<region>.cloud.uniphore.com/v2/queue/reply.<tenantid>.<environment>.<userCRMId>.alert
Example Response
{
  "alerts": [{
    "name": "Repeat Caller",
    "message": "Please give customer the required information",
    "icon": "string",
    "type": "critical",
    "displayCount": "3"
  }]
}
Response Parameters

Response Parameters

Description

name

Name of the alert

message

Message displayed in the alert

icon

Icon represents the image displayed based on type of the alert

type

Type of alert

  • Information Alert

  • Coaching Alert

  • Critical Alert

displayCount

Number of alerts displayed in the Agent Desktop

Response Output in UI
image1.jpg