News & Announcements User Community Developer Community

Welcome to the RingCentral Community

Please note the community is currently under maintenance and is read-only.

Search
Make sure to review our Terms of Use and Community Guidelines.
  Please note the community is currently under maintenance and is read-only.
Home » Developers
spring REST template to send fax with attachment
Tags: rest api
May 15, 2017 at 1:38pm   •   1 replies  •  0 likes
tweety

Hi,


Please find below the REST call to the "send fax" api.

Though the fax is being sent, the attachment is not sent.


Can you please help if the request is missing some entity?


byte[] attachment = getBVendorRenewalLetter();

MultiValueMap<String,Object> bodyMap = new LinkedMultiValueMap<String,Object>();

bodyMap.add("file", attachment);

bodyMap.add("to", "test phone number");

bodyMap.add("Authorization", accessToken);


HttpHeaders headers = new HttpHeaders();

headers.setContentType(MediaType.APPLICATION_JSON);

headers.setContentDispositionFormData("content", "testFile.pdf");

headers.add("to", "test phone number");

headers.add("Authorization", accessToken);


HttpEntity<Object> requestEntity = new HttpEntity<Object>(bodyMap, headers);


ResponseEntity<RingCentralResponseDTO> response = restTemplate.exchange("https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/fax";, HttpMethod.POST, requestEntity, RingCentralResponseDTO.class);


Thank You very much

1 Answer
answered on May 15, 2017 at 2:52pm  
Hi,

Please refer to the below sample in Java to send Fax:
https://github.com/vyshakhbabji/ringcentral-java/blob/master/src/utils/SendFax.java


 0



A new Community is coming to RingCentral!

Posts are currently read-only as we transition into our new platform.

We thank you for your patience
during this downtime.

Try Workflow Builder

Did you know you can easily automate tasks like responding to SMS, team messages, and more? Plus it's included with RingCentral Video and RingEX plans!

Try RingCentral Workflow Builder

PRODUCTS
RingEX
Message
Video
Phone
OPEN ECOSYSTEM
Developer Platform
APIs
Integrated Apps
App Gallery
Developer support
Games and rewards

RESOURCES
Resource center
Blog
Product Releases
Accessibility
QUICK LINKS
App Download
RingCentral App login
Admin Portal Login
Contact Sales
© 1999-2024 RingCentral, Inc. All rights reserved. Legal Privacy Notice Site Map Contact Us