Questions tagged [ringcentral-webhooks]
8 questions
3
votes
0 answers
How to satisfy "media/message-store" API call requirement in the RingCentral app graduation process?
I am in the procedure of Production Graduation Requirements in the RingCentral for my application.
My app passed all required API calls except one: "media/message-store".
and I am not sure what is it?
and how it differs from resources under…

Sławomir Lenart
- 7,543
- 4
- 45
- 61
2
votes
0 answers
Ring central 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 data for now.
I've looked through the RingCentral…

NewSoftwareguy
- 21
- 1
1
vote
1 answer
RingCentral Subscription is not picking up on any activity of calls
I'm running in Node.js.
My app is not picking up on any call action after successful subscription to /account/~/telephony/sessions
My Code:
function setSubscription() {
const platform = rcsdk.platform()
platform.login({
username:…

Yahav
- 81
- 6
1
vote
1 answer
Instant Message Event for specific phone numbers
I am creating a webhook subscription for Instant Messages (SMS) using the subscription endpoint on the ringcentral API. Instant Message Webhook Doc
/restapi/v1.0/account/{accountId}/extension/{extensionId}/message-store/instant?type=SMS
A…

Manveer Sandhu
- 59
- 5
1
vote
0 answers
Webhook not firing consistently for RingCentral Glip posts
I have successfully created a Glip bot in the sandbox and registered the corresponding webhooks, following the instructions found here: https://ringcentral-api-docs.readthedocs.io/en/latest/glip_bots/
When testing in the sandbox, I only get a…

piisexactly3
- 779
- 7
- 16
1
vote
2 answers
RingCentral Glip webhook not supporting unusual characters received via email
I'm trying to send data to RingCentral Glip using their webhook process from php on Linux.
What I'm actually doing is processing incoming mail messages and reformatting them into a Glip message format and then submitting them via the Glip…

Stephen Wilkey
- 21
- 3
0
votes
1 answer
Is there a way to integrate RingCentral data with on promises database?
Is there any way to fetch and load RingCentral data in our database? Can we use REST API or it can be integrated directly?
I'm trying to retrieve reporting data.
How exactly can I get access token, is it generated by RingCentral?

sahil jain
- 21
- 2
0
votes
1 answer
RingCentral JavaScript SDK, WebHook responds with incorrect HTTP status. HTTP status is 405
When giving the following configuration its returns always WebHook responds with incorrect HTTP status. HTTP status is 405.
This is the webhook configuration:
var token= access_token;
var _eventFilters = [];
…

Robert
- 3,373
- 1
- 18
- 34