How can I route a whatsapp message to the agent who has to process it directly

Hi,
each agent manages a portfolio, I have a dependency table, how can I route a whatsapp message to the agent who has to process it directly.

Regards

@Tarik_CHAFFAG 1 possible solution, there are likely many others, is to have your agents on a Queue by themselves. When the message comes into your Architect Flow config, you can do a lookup to your dependency table (based on from address on the message, or other means), and make a decision step to route the message to the queue the agent who needs to process it is on.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.