Node.JS Fax – Get information about an inbound fax
This is a NodeJS code sample to show how to retrieve information regarding an inbound fax received in InterFAX. This code sample is based on the Node.JS library for InterFAX available on Github.
This sample demonstrates how to retrieve the information of a single fax based on the fax ID – all you need to do in order to change it is to provide a different fax ID.
You can retrieve the fax ID by using the sample code for checking on inbound faxes or by integrating the inbound callback.
The parameters of the fax are only two of several parameters that you can retrieve in regards to a fax. For a full list, please review our API documentation.
- Please review the library for samples on how to download the fax image.
- Please review our system limitations for number of polling requests possible.
- Please review our list of fax status codes.
- Compare the differences between polling for fax status and receiving status by callback.