HTTP Forward
Runtime Name: forward
For developers that have existing deployed voice applications, written for CXML or any compatible API, it may be useful to offload some of the blocks to a remotely accessible application while handling most of the logic and configuration as a hosted voice application. For such cases the foward runtime allows a block to proxy a remote HTTP endpoint.
The code in this block type must be a URL with the http
or https
schema that will receive a CXML application request
and must respond with a well-formed and valid CXML document.
Example Code
https://example.com/application/support-menu