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
API and ftp
Tags: rest api
Jan 28, 2016 at 8:34am   •   3 replies  •  0 likes
title-services

Hey all, I'm looking to find out some more information on the below topics. Any direction would be much appreciated.


Can Ring Central deliver inbound faxes to an FTP location or via API (something other than just email) ?


Does RingCentral require an account type that is specific for an application (in contrast to a user account) ?


How does RingCentral handle negative-relief faxes (white on black) - can they convert to black on white before delivering to us ?


3 Answers
answered on Feb 7, 2016 at 1:17pm  
How does RingCentral handle negative-relief faxes (white on black) - can they convert to black on white before delivering to us ?
A quick search on stack overflow will lead you to this info on how to negative-relieffaxes:  http://stackoverflow.com/questions/20584228/how-to-change-all-colours-in-a-pdf-to-their-respective-c...

The post mention that you ould use ImagicMagic integration in your code to change the color profile of PDF faxes. Also , there alternate solutions mentioned in the same link for inverting color profiles of faxes.



 0
answered on Feb 6, 2016 at 11:37pm  
Can RingCentral deliver inbound faxes to an FTP location or via API (something other than just email) ? - Title Services
RingCentral cannot deliver inbound faxes to a FTP location as of now but faxes (inbound and outbound) can be retrieved via our REST API. To do this, you can use the following approaches:

1. Polling the message store for new faxes
2. Subscribing for message store notifications

To poll the message store, query the 'message-store' endpoint and then retrieve the attachment URLs in the message data.

Message Store Info: https://developer.ringcentral.com/api-docs/latest/index.html#!#MessagingGuide.html

To subscribe for new messages, create a subscription and then retrieve the message from the message store for each event. Use the subscription API to subscribe for new message store events and upon receiving a notification of a new fax use the Message Store API to retrieve the message and then retrieve fax.

Subscription Info: https://developer.ringcentral.com/api-docs/latest/index.html#!#Notifications.html

In addition to our API reference, we have a number of SDKs to make using the APIs easier. If you wish to use the API and let us know what language you wish to use, we can see if we can point you to the right SDK and example code.

SDKs: https://github.com/ringcentral

The APIs to poll the message store, subscribe to message store events, retrieve messages and retrieve fax files are straight forward and can be created using the API documentation and SDKs above.

To put this together, the community Ruby SDK has a demo script that subscribes for new events and saves faxes to the filesystem:

https://github.com/grokify/ringcentral-sdk-ruby/blob/master/scripts/fax_download_new.rb

Does RingCentral require an account type that is specific for an application (in contrast to a user account) ? - Title Services
RingCentral's API uses the same user account to access data via OAuth, but it does require an additional application credential which is available via a developer account. To get a developer account, sign up at https://developers.ringcentral.com
How does RingCentral handle negative-relief faxes (white on black) - can they convert to black on white before delivering to us ?
I'm not aware of this capability and a quick search did not turn up any results. VB will provide an answer per above.

 0
answered on Feb 6, 2016 at 11:03pm  

Hi Developer,


You can send/recieve faxes via RingCentral Platform API/Softphone RingCentral application. For more info please have a look into this link.http://www.ringcentral.com/fax/features/how-it-works.html . For more APIs that we offer please look into our documentation: https://developer.ringcentral.com/api-and-docs.html


For RingCentral account type , please contact our customer representative from here: https://support.ringcentral.com/



I am not sure about negative-relief faxes, I can get back to you when I have more info on it.


 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