question

tt2 avatar image
tt2 asked Khadhar Koneti answered

How to create a FAX with recipient information?

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.



topic-default
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

tt2 avatar image
tt2 answered
How to create a FAX using the RingCentral RESTful API:

Click here
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

vb avatar image
vb answered
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/:
1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Khadhar Koneti avatar image
Khadhar Koneti answered

You can find the more details on the below link.

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

1 |1000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 10 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.