The fax sender exampleΒΆ

A simple application that places an outbound call and then sends a fax. This application uses two documents, a fax ‘header’ and a fax ‘body’. The header filename is passed in through application_parameters and the body filename is passed in through outbound_parameters. Note that application_parameters are configured on the outbound services page of the CWP.

View the source code here:

Previous topic

The high level API example

Next topic

The fax receiver example