Python Fax – Retrieve new inbound faxes and download fax images

 Download the Python samples fax API zip file.
 Download the Modified OSA files.

This is a more advanced Python code sample to show how to retrieve the list of inbound faxes, download the fax images and mark the processed faxes as “read”. This code sample is based on the Python library for InterFAX available on Github.

This sample demonstrates how to retrieve the list of all “unread” (new) faxes in your inbound queue (by specifying unreadOnly: true), looping through the list of faxes and for each fax, downloading the fax image and marking this fax as “read”.
By marking faxes as “read”, they will not show up the next time that you search for all “unread” (new) faxes.