Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This document is intended for developers implementing an HTTP endpoint responding to SmartRouting requests, providing routing instructions for Enreach Core.

Example Smartrouting scenario

External CRM system holds information of VIP customers. When VIP customer calls to service, calls should be routed to a separate ‘VIP service queue’, which has higher priority than the normal service queue. If the caller is not recognized as a VIP, the call will be handled in a normal service queue.

Drawio sketch
mVer2
simple0
zoom1
inComment0
pageId1215791782
custContentId2505834573
diagramDisplayNamesmartrouting_vip_queue_highlevel
lbox1
contentVer1
revision1
baseUrlhttps://benemen.atlassian.net/wiki
diagramNamesmartrouting_vip_queue_highlevel
pCenter0
width1164.0000000000002
links
tbstyle
height335

Endpoint requirements

  • Endpoint must work over HTTPS in port 443

  • Endpoint must respond to requests as soon as possible

  • Network traffic must be allowed from BeneCloud networks:

    • 80.88.186.0/24

    • 80.88.187.0/24

...