Data
Data (
) modules allows an application to act on data generated during a call or from an external source and brought into a call. These modules can manipulate data or send it somewhere else using JavaScript, REST or SOAP webservices, or Email.
The Call Recording (
) module is somewhat of an outlier here, as it tends to function as a flow control module, but because it creates data on its own, not through user input, it's grouped with the other Data (
) modules.
Module Name | Description |
Send an outbound email | |
Send an outbound SMS message | |
Define variable(s) within the application | |
Toggles call recording | |
Executes JavaScript | |
Submit a REST webservice request | |
Submit a SOAP webservice request |
Last modified 1yr ago