Question

How to create a FAX with recipient information?

  • 22 July 2015
  • 3 replies
  • 1758 views

  • Participating Frequently
  • 9 replies

One of our customer's asks:


Description: With the new format of Ring Central FAX, All I can include in cover is phone number and attach documents and make comments. How do I include the recipient's NAME and Company??? Every time I click on those fields, I get a blank fax cover page of various styles.





3 replies

How to create a FAX using the RingCentral RESTful API:

Click here
Can you please post your Fax post body here? 

If you read our API documentation for RingCentral: https://developer.ringcentral.com/api-docs/latest/index.html#!#RefCreateFax.html
it states: 
Send Fax
The API allows sending a fax message with a multipart request, incorporating two or more parts. The first
part of the request is a general fax message description in json format, including the following parameters: to [phone number, name, location]
Required. Fax message recipients, their names, numbers and locations sendTime
Optional. Schedule time, which is set if the fax is to be sent at a specific time faxResolution
Resolution of the fax message
coverIndex
Optional. Cover page index. coverPageText
Optional. Text entered by the fax sender and printed on fax cover page. The value is limited to 1024
symbols


For more info please visit FAX api FAQ page http://ringcentral-sdk-ruby.readthedocs.org/en/latest/usage/messages/Fax-Messages/:

You can find the more details on the below link.

https://developers.ringcentral.com/api-products/fax

Reply