Is there any option available to track weather a fax has been delivered or not?
What we are looking for is, an option to set a URL which will be hit by EasyLink API itself at the time of Fax delivery.
Thanks
You can set reports in your JobSubmit/Profile to be sent to one/multiple email address'. There is a CDR(Call Detail Records) push, It would require a receiver on your side. This would be set up through your Sales/PreSales person.
In the API there are several methods to request data for job/s submitted. JobDeliveryStatusRequest, JobSummaryRequest, JobDetailRequest, and JobListRequest.
Tom
Another option would be for you to have your delivery reports pushed to your desired web service receiver via http or https. As above, you would need to set up a simple web services (SOAP) receiver application to receive the pushed reports.
This way you would have status for the fax jobs as soon as they complete.