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.

Preflow#

Preflow is an option to execute a callflow before any other callflow. It is set on the account level and will apply on any call using callflow for that account.

"preflow": {
    "always": "CALLFLOW_ID"
}

The CALLFLOW_ID correspond to the callflow you want to call before any other.