Question

Can we send FAX to a Dev account ?If so, please guide the steps.

  • 30 July 2019
  • 1 reply
  • 1609 views

Can we send FAX to a Dev account ?If so, please guide the steps.

1 reply

You first need to go through documentation rather than asking random questions.

Ringcentral api expose fax API which you can integrate with the programing language of you choice.

You need to install different SDK of your choice.

For example, if you want to do it with php then there is RingCentral PHP SDK and copy the demo code from the link below.

https://github.com/ringcentral/ringcentral-php

https://github.com/ringcentral/ringcentral-php/blob/master/demo/fax.php

You need to create an application at https://developers.ringcentral.com and add the Fax and any other required permissions to your app.


A number of SDKs also have built-in fax request helpers including:

There is Ruby SDK documentation:

You can also go through these to get better idea:

https://forums.developers.ringcentral.com/questions/144/fax-faq.html

Reply