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.

Variable Branch

Branch Variable#

About Branch Variable#

Branch the callflow based on the configured variable (if it exists)

Schema#

Validator for the branch_variable callflow data object

Key Description Type Default Required Support Level
scope specifies where the variable is defined string('account' | 'custom_channel_vars' | 'device' | 'merged' | 'user') custom_channel_vars false
skip_module When set to true this callflow action is skipped, advancing to the wildcard branch (if any) boolean() false
variable specifies the name of variable/property that should be looked up string() "" true