Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

Qubicle Callflow#

The Qubicle callflow module is used to route calls to a queue in Qubicle.

Configuration#

Configuration JSON:

   "flow": {
       "data": {
            "queue_id" | "id": {QUEUE_ID},
       },
       "module": "qubicle",
       "children": {
       }
   },

Queue#

The queue parameter is the ID of a qubicle Queue that the call is to be routed to, it can be named either 'queue_id', or just 'id'