Make Call and Do Something Smart
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 initiate an outbound call to a specific destination, then, connect it to a voice application - once the remote party had answered the call.
Workflow
This module may be executed at any point of a scenario.
Scenario Example

Parameters
Parameter | Description |
---|---|
Connection | The Voice Application Connection to be used for the query. |
Destination | The destination to dial, either via a configured Voice Trunk or a configured Subscriber. |
Caller ID | What CallerID should be preseneted to the remote party, receiving the voice call. |
Smart Action | See Below. |
Action | The voice application to execute. Available for Attached or Detached Voice Applications. |
Additional Data | An array of key=value pairs, to be passed to the new Voice Application as part of the request data. |
Smart Action Targets
Attached or Detached Voice Application
Voice application control is passed to the voice application that was previously 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
Parameter | Description |
---|---|
Endpoint HTTP Method | Available when selecting the Custom Voice Application Endpoint .What HTTP method to use POST or GET . (Default: POST ) |
Dial Timeout | How long to let the remote destination ring, before timing out. (Default: 60 seconds) |
Session Update URL | A remote HTTP endpoint to send session update events. |