250 questions
0
votes
0
answers
25
views
RingCentral Fax API Blank Fax
Trying to send a fax with RingCentral Fax API using Power Automate HTTP Post. Authentication is successful but I'm only receiving a fax cover page and not the actual contents of the fax. File ...
2
votes
1
answer
77
views
How to identify if user is in a call using RingCentral's API
What I want to accomplish is to check if an agent is in the middle of a call for business logic.
I think the right endpoint to use is https://developers.ringcentral.com/api-reference/Call-Control/...
0
votes
1
answer
135
views
Password-Based Authentication for the Access Token of the RingCentral login APIs
Please help me with the password-based authentication to get the access token of RingCentral through APIs from which I will download the call recordings of the voice calls.
Please help me with this ...
1
vote
0
answers
33
views
Manipulating RingCentral settings via API - Agent Skill Proficiencies
Good Evening,
For those skilled with RingCentral API calls, is it possible to manipulate many of the user selectable options via their web/browser portal? My company uses HubSpot for our CRM and I ...
0
votes
0
answers
84
views
RingCentral Voice Call in ASP.NET MVC 4.6.2
I am trying to make voice call on ringCentral in my ASP.NET MVC 4.6.2. I used code from ringCentral documentation regarding C#. But When I try to make a call. It shows "The resource you are ...
3
votes
0
answers
171
views
RingCentral API: I need the call logs from certain extensions that exceed a call time from the past week
I'm currently working with the RingCentral API and I'm trying to retrieve logs from extensions for the past week. I have a good understanding of setting up servers and I'm planning to console log the ...
-1
votes
1
answer
133
views
RingCentral-Call-JS - 603 - Too many contacts
I keep running into this error after setting up the webphone using ringcentral-call-js.
The webphone will work for a few phone calls but eventually run into this. I have no idea what could be causing ...
0
votes
0
answers
243
views
How to get value for Client_id and Client_Secret to call API from Postman
I am trying to call RingCentral API from Postman. This is my first attempt and so I am following what is provided by RingCentral documentation: https://developers.ringcentral.com/guide/messaging/sms/...
0
votes
1
answer
166
views
A strange problem with the last step of the OAuth2 authentication
Well like the title suggest I am having a strange problem with the API OAuth2.0 I wanted to play with the API in the sandbox before deploying live like any sane person to start pulling call recordings....
2
votes
1
answer
8k
views
Converting Multipart/Form-Data to JSON
I am trying to automate faxing using RingCentral for our environment, and was able to fax one attachment, but don't know how to do multiple in JSON format. I am attempting to write the following ...
1
vote
1
answer
203
views
JSON - RingCentral API - Trying to Fax Multiple Documents
I am trying to automate our faxing process, and got it working. However, I can't seem to figure out how to include multiple attachments. Here is what I have for my request URL and body:
URL: https://...
0
votes
1
answer
166
views
can you suggest an alternative for platform.login
i recently started experimenting in the RingCentral sandbox environment and facing issues with this part of the code
rcsdk = SDK(CLIENTID,CLIENTSECRET,SERVERURL)
platform = rcsdk.platform()
try:
...
2
votes
1
answer
959
views
Multipart Form - 400 Bad Request
I'm having some trouble with a an API request I'm trying to make. Here is my POST request URL:
https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/fax
Request content type: ...
-1
votes
1
answer
161
views
how to convert this C# using RingCentral API to VB Net
I have an existing VB. Net application I am trying to add functionality to. The example code is in C# and I am not sure how to convert this section. I have converted the rest of it but stuck on this....
1
vote
1
answer
47
views
Inject requests into RingCentral queue
Our company has a web app and is going to introduce online chat feature. Since we already use RingCentral service with their call queue. I am not sure whether it's possible to achieve the following ...