Ruby Fax – Send multiple documents as a fax

This is a more advanced Ruby code sample to show how to send a fax with multiple documents. This code sample is based on the Ruby library for InterFAX available on Github.

This sample demonstrates how to send a fax through InterFAX to a single recipient and provide multiple documents (of different types) in the fax – all you need to do in order to change it is to provide a different fax number and a different path to the files that you would like to send

You can check on the status of this fax by following this sample code.