Skip to main content

Switch Voice Application

IMPORTANT!

If you hadn't yet read the intro part of this section, please click here to read it first.

Description

This module provides the developer a simple way to switch the currently active call from the currently running voice application to a different one.

Workflow

This module may be executed at any point of a scenario.

Scenario Example

Parameters

ParameterDescription
ConnectionThe Voice Application Connection to be used for the query.
TokenThe Cloudonix session token to store the information in.
Voice Application TargetSee Below.
Additional DataAn array of key/value pairs, to be passed to the new Voice Application as part of the request data.

Voice Application Targets

This Voice Application

Voice application control is returned to the current voice application, with potential additional data.

Attached or Detached Voice Application

Voice application control is passed to a new voice application that was previsouly built with Make.com.

Custom Voice Application Endpoint

Voice application control is passed to the URL designated in the Endpoint parameter.

Embedded CXML

Voice application control is passed to the CXML document, provided via the CXML Script parameter.

Advanced Mode

Available when selecting the Custom Voice Application Endpoint options:

ParameterDescription
Endpoint HTTP MethodWhat HTTP method to use POST or GET. (Default: POST)