Node.JS Fax – Check status of submitted fax
This is a Node.JS code sample to show how to check the status of a fax that was previously submitted to InterFAX. This code sample is based on the Node.JS library for InterFAX available on Github.
This sample demonstrates how to check the status of a single fax – all you need to do in order to change it is to provide a different fax id (the fax id – also referred to as transaction ID, is returned to you when successfully submitting a fax).
The status of the fax is only one of several parameters that you can retrieve in regards to a fax. For a full list, please review our API documentation.
- Please review the sample code for sending a fax with Node.JS.
- 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.