I would want to use Email to Fax service of Easylink.
I am not getting the methodology to implement that.Like how would we send fax to an email address using our account?
This is not really an API question, per se.
I suggest speaking to a sales representative or sales engineer to understand how to use the features of the system.
I have a similar requirement. I have asked the same to sale representative that do we have sending docs to fax machines using Fax2Mail product and he asked me to check in the forum.
Is there any product in easy link that accept faxnumber and send to faxmachines also.
I still don't understand the question - are you saying you want to initiate a fax by email and send it to a fax machine?
Or are you saying that you want EasyLink to receive a fax and in turn send that fax to your fax machine?
Thank you for responding to earlier post.
I want to send a fax using Easy Link Service to a Faxmachine by providing Fax number in the webservice call. Is there a service in EasyLink to do this?
Currenly we have windows application where a document is created and that is sent to a fax machine by providing faxnumber. RightFax component was used to do this process but now we want to replace with EasyLink service.
Also is there a utility or a way to monitor the status of the fax sent whether it is pending or failed.
Thanks for the clarification.
Yes, you can send a fax to a fax machine via the web service API - the function to use for that is JobSubmit. If you do a search for "sample" on the forum you will find a number of good places to start. Here are a couple to look at:
The C# Authenticate Sample includes a complete C# project that you can use to get started. The Authenticate function doesn't do much, but using this sample will allow you to get your development environment working.
C# Sample Helper Functions contains functions that are used in some of the other samples.
Finally here's the C# JobSubmit sample for fax.
You can use the fax2mail portal to check the status of your jobs once they are submitted. If you want to monitor them using the API, you can use the JobDeliveryStatus or JobDetail functions. Samples for both functions are available in the forum as well.