The Vonage Contact Center Javascript Engine is a special type of web service that accepts some JavaScript, run the script and returns the results. You can then write these results to Data Sources for use later in the call plan.
...
Note | ||
---|---|---|
| ||
The EscapeDoubleQuotes formatter reformats data source values. When using the Vonage Contact Center Javascript Engine, you can use the EscapeDoubleQuotes formatter to escape any double-quotes, tabs, or newline characters within data sources in your JavaScript methods. If the value of a data source contains a double quote ... for example, a JSON object returned by an earlier call to a web service: ... you can add the EscapeDoubleQuotes suffix to the end of the data source name:
Adding the suffix escapes any double-quotes in the data source value. The reformatted value contains escaped double-quotes:
|
...