> For the complete documentation index, see [llms.txt](https://docs.integry.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.integry.ai/apps/supported-apps/ringcentral.md).

# RingCentral

Authorization

Your users will log in to RingCentral via OAuth 2.0 using Integry's developer app. You can [replace it](https://support.integry.io/hc/en-us/articles/10887314172441) by [setting up your own.](https://developers.ringcentral.com/guide/authentication/quick-start)\ <br>

#### FAQs <a href="#id-01hw60a621etfhwyaqdtv9jkj2" id="id-01hw60a621etfhwyaqdtv9jkj2"></a>

#### Which OAuth scopes are currently supported for RingCentral? <a href="#h_01j1w3rjnhw0xmt49rndnqqajy" id="h_01j1w3rjnhw0xmt49rndnqqajy"></a>

When authenticating to RingCentral via OAuth, we currently support a limited set of scopes. These scopes grant specific permissions to access various features within the RingCentral platform. Below is the list of scopes we support and the functionalities they allow:

* **ReadCallLog**: Access to view the user's call log data.
* **CallControl**: Manage and control ongoing calls.
* **Contacts**: Read access to the user's contacts.
* **SMS**: Send and receive SMS messages.
* **Analytics**: Access analytics and reports.
* **Faxes**: Send and manage faxes.
* **ReadAccounts**: Read account information.
* **ReadCallRecording**: View and manage call recordings.
* **Video**: Access video conferencing features.
* **RingOut**: Initiate calls from your RingCentral number using a different device.
* **TeamMessaging**: Use team messaging features within RingCentral.
* **InternalMessages**: Access and manage internal messages.
* **Faxes**: Send, receive, and manage faxes.

At the moment, only these scopes are available for integration. If additional scopes are required, please reach out to us with your request.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.integry.ai/apps/supported-apps/ringcentral.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
