Closer
  • Closer guides and FAQ
  • Back to Closer
  • Guide
    • Onboarding
      • Configure your widget
      • Install the widget on your website
      • Invite your team
      • Get the mobile app
      • Advanced Closer widget integration
    • Zacznij używać Closer
      • Przewodnik po platformie
      • Rozmowy
        • Inbox
    • Zarządzaj doradcami
      • Zaproś doradców firmy
      • Ustawienia doradcy
      • Grupuj doradców
    • Skonfiguruj routing
      • Wprowadzenie
      • Dodaj tagi
      • Reguły tagowania
      • Dodaj reguły tagowania
      • Grupuj tagi
      • Ustawienia grupy tagów
    • Getting deeper in dashboard
      • Conversations
        • Inbox
        • Conversation data
    • Getting deeper in widget
      • Widget guides
    • Notifications
    • How to
      • Schedule online meetings
      • Click to call
      • Tagging
      • Proactive messages
      • Set up skill-based routing
      • Manage your team’s workload
      • Force new user everytime in widget
      • User authorization callbacks
      • On deinit callback
      • Identify leads
      • Reports
      • SLA
      • Customer typing preview
      • Push out data with Webhooks
      • Routing
      • Widget OAuth configuration
      • Forms configuration
      • Org configuration API
      • Org configuration fields
      • Configure OMNI integration
      • Elasticsearch business logs
      • Elasticsearch security logs
      • Manage widget button
    • Contact us
    • Supported browsers
    • Upcoming features drafts
      • Business events structure (JSON) - Draft
  • FAQ
    • General
    • Bots
    • Calendar
    • Random
Powered by GitBook
On this page
  • Add routing tags to customers
  • Define your team’s skills
  • Routing rules

Was this helpful?

  1. Guide
  2. How to

Set up skill-based routing

PreviousProactive messagesNextManage your team’s workload

Last updated 5 years ago

Was this helpful?

Add routing tags to customers

We’re giving to your disposal a powerful and flexible system of matching new customers with the appropriate advisers in your team. Just use the tag parameter in the closer.identify method to describe which team this customer should be routed to.

closer.identify({
  tag: "example",
});

Currently, customers can have one tag assigned.

After you’ve added routing tags to your customers based on their context, you should add skills to your team to enable routing.

Define your team’s skills

Skills are used in conjunction with customer routing tags. When tag is matched with skill, routing is directed to that person(s). Add skills of your team in the section. Advisers can have multiple skills.

Skills management

Routing rules

New customers with a tag will be distributed between available advisers with the matching skill, until they reach their chat limits. Consecutive customers will be put in the waiting queue for that skill. Advisers can pick customers from the waiting queue manually.

Returning customers with unchanged tag will be routed to the assigned adviser (if available) or to the queue for that skill. If there are available advisers with matching skills, the customer will be instantly assigned, as long as chat limits allow for it.

Returning customers with changed tag will be routed as if they were new customers - they will be put in the appropriate queue and routed to the correct team.

Admin / Assignment rules