Question

I want to start integration of Fax services to my web app made using angularjs and asp.net web api

  • 11 July 2017
  • 3 replies
  • 843 views

I have to start integration of the Fax services like Fax inbox,outbox etc..to my web application. our application made using angularjs and asp.net web api. it would be great if someone can explain me from where i have to start ?


3 replies

You can either send fax via JS (https://github.com/ringcentral/ringcentral-js-client#send-fax) or via C# (https://github.com/ringcentral/ringcentral-csharp-client#send-fax).  

You can get fax list via https://developer.ringcentral.com/api-docs/latest/index.html#!#RefMessageList.html

And you can get notification upon fax received: https://developer.ringcentral.com/api-docs/latest/index.html#!#RefGetMessageEvent

I want to start integration of Fax services to my web app made using angularjs and asp.net web api

Userlevel 1

What is your question? Why repeating what people asked above? See the previous answer and if it does not help, ask your own question in a new thread.

Reply