Skip to main content
Viktor Ivanov (Freelance) 님이 #Automation에 질문했습니다

In my org I have a Member object (represents a customer). And it has a checkbox field VIP. I want to make so, that depending on this field I will redirect a member to a particular Chat Queue.  For example, if a member is VIP, the system will redirect him to an VIP chat.  Is it possible to use here ChatButtons & Invitations (in Setup)? Or Embedded Service Seployment? Or are there some other ways?

답변 1개
  1. 2021년 12월 4일 오후 1:14

    The best solution for this is to use Embedded Service Deployment, Flow and BOT. When the chat is initiate BOT will be called. Call a flow to find out their status. Return the status to BOT. In BOT, use Rules to assign the chat to the queues based on the Status value returned from the Flow.

     

    -- Magulan https://www.infallibletechie.com/  

0/9000