Creating a RingCentral Application
To create the application:
-
Sign in to the RingCentral Developer Console.
-
You will be navigated to the Apps console where all your apps are listed and can be managed. Click Create App at the upper right corner of All applications.Note: If you see theCreate Appbutton, but it is disabled, then your account lacks the permission required to create an app. Contact your account administrator to request this permission.
-
Select your app type and click Next.
-
In the next opened window, enter App Name and Description.
-
Select No for Do you intend to promote this app in the RingCentral App Gallery? (For internal-use only).
-
In the Auth section, make sure 3-legged OAuth flow authorization code is enabled and select Server-side web app (most common).
-
In the OAuth Redirect URI field, enter the URL of your local environment.Note: The Redirect URI can be found in theClickinformation of the collector source configuration.
-
In the Security section, select Read Accounts and Team Messaging from the App Permissions drop-down list. Click Create.
-
In the opened window, you will find your application details, including Client ID, Client Secret, and RingCentral Server URL. Copy and save them for later using during Source configuration.
Related information