Acquire
  • Home link-arrow
  • Dashboard link-arrow
  • FAQ: How do I route conversations to departments and agents?

FAQ: How do I route conversations to departments and agents?


In Acquire, there’s several ways to route conversations to departments or agents. Best of all, you may choose the method(s) that work best for you. Most of these methods may also be used simultaneously, so you have control of how you implement and direct conversations. 

In this article:

  • Routing through Workflows
  • Routing from an Agent
  • Routing from an Department
  • Advanced Routing via Webhooks

Routing through Workflows

There are a variety of ways to route agents and departments in Acquire. For instance, you may use a Business Rule to route incoming conversations to specific agents such as in the example below. 


G6LThippIASDcM46d9SAoPcnFOM6mOxKYXNkibp1AlfEc5MxfQi13dvxyIunIs8pQ4vbgiteAqlwkhiR3UC7R1ZxMhgeDq25Y8ar0PdvYbqbAiOXPIOxJNz-shcFIAknmpFtbbko

In this example, whenever a visitor is on a widget-enabled page, they’ll be connected with the assigned agents.

When you need to automate complex routing, use a Sequence Bot and trigger it with a Business Rule. Sequence Bots engage visitors in directed conversations and may help funnel them based on their needs.

To get started, identify the way you would like to route visitors. After you’ve decided on the user journey your visitors will take, build a Sequence Bot in Chatbots > Sequence Bots. Learn more about building a Sequence Bot →

In this example, the bot asks which department the visitor would like to get in touch with. They’ll then be connected with the first available agent.


dix4Saey58suHR6PA4LV08nHyz89FGvKaqah2QBpDBBCRkSHCiqMfYqpWnPY-WOy1DHv3Rck4UpEDiSjY_Y7uvGp0ev1DS5uIqRXZszm082KjHBW1X4dA1NzqJAOWvW5ndGjQON2

Once this sequence is published, it may be available to visitors via a Business Rule. 

In Settings > Workflows > Business Rules, you may tie the Sequence Bot to a new or existing rule. We recommend having a Business Rule for each incoming communication channel. 

Routing from an Agent or Department

During a live conversation, visitors may ask to be connected with other agents or departments. To transfer a chat, agents may use the ‘Invite Agent’ button in the top-right corner of the screen. 

pmugGLP0k4fcmOlR4RZHY7IBWurQc1-XkM9MOxXZ-eVKzaYnoFnbX9kkLMppBsfBAU0YRk70gdO5PztSUcJHBiixYnaCmZBgINwJBAaMtHR7x9aAuArO2wGqNlqaV0bCCYs5hv9u

Routing from a Department

Departments may also be invited during a live conversation. If inviting a department, the first available agent will be notified. 

mtP227ltj3jNxkEzuCbbq7PYyF72MYwgB22O0mezhRS2YZ3xiOGq908Z_y05FMgEIV8SskYlu9RtyeUD8jt7WPWtipwX-hd-__UqcA9Ohe5nOAQ-WHECa-3hJxlbaHz_zLBh5IFt

Advanced Routing via Webhooks

If you find that none of the above methods suit your needs, you may want to invest time in webhook routing. Webhooks are data sent from triggering events, such as a button press. They may be configured in a number of ways. 

In Acquire, the routing webhook uses a reserved word to transfer visitor conversations to the indicated party: 

{“chatRouteTo”: “<Stringify Chat Routing JSON>”}

To differentiate, use their IDs with the key agentIds or deptIds: 

Route to agents:

{“agentIds”: “11,12”}

Route to departments:

{“deptIds”:”1,2”}

In this example, if the visitor chooses the ‘Transfer’ option, they’ll be transferred to the agent mentioned in the webhook.


2kUogeupjN_yulzCZvb0_21N8amIx5VlYq43G5HRvAYOEWWw0xzcA-Jt6WICwNvmtJuaBkEu9fYBs5nsNBw2z2XbskuGUHNfCfBzbNcoMGalhpa1vKeCm1BfA89bve2Wxl9iJr21

Webhook routing may be used in combination with other routing methods. To learn more about webhook routing, read our webhook guide.

No matter the size of your organization, there’s probably a routing method that suits your needs. Use workflows, such as Sequence Bots and Business Rules, to automate your routing so visitors are connected with an agent automatically. And of course, you can always use manual routing or webhooks when the need arises.

Need support building your routing process? Reach out to support@acquire.io,


Related Articles