Capabilities
Gather RingCentral credentials
Each setup method requires you to pass in credentials generated in RingCentral. Gather these credentials before you move on.Create a JWT application
1
Log into the RingCentral Developer Console.
2
Navigate to Console > Apps and click Create App.
3
In the What type of app are you creating? area, select REST API App, then click Next.
4
In the Authentication area, select JWT auth flow.
5
In the Security area, add the following permissions:
- Read Accounts
- Edit Extensions
- Role Management
6
Select This app is private and will only be callable using credentials from the same RingCentral account.
7
The new app is created. Carefully copy and save the client ID and client secret.
Create a JWT token
1
In the upper right corner of the screen, click your name and select Credentials.
2
Click Create JWT.
3
Give the JWT a name, such as “C1” and select the environment where it will be used.
4
Select the Only specific apps of my choice option and enter the client ID of your newly created app.
5
Click Create. Carefully copy and save the JWT token.
Configure the RingCentral connector
- Cloud-hosted
- Self-hosted
Follow these instructions to use a built-in, no-code connector hosted by C1.Done. Your RingCentral connector is now pulling access data into C1.
1
In C1, navigate to Integrations > Connectors and click Add connector.
2
Search for RingCentral and click Add.
3
Choose how to set up the new RingCentral connector:
- Add the connector to a currently unmanaged app (select from the list of apps that were discovered in your identity, SSO, or federation provider that aren’t yet managed with C1)
- Add the connector to a managed app (select from the list of existing managed apps)
- Create a new managed app
4
Set the owner for this connector. You can manage the connector yourself, or choose someone else from the list of C1 users. Setting multiple owners is allowed.If you choose someone else, C1 will notify the new connector owner by email that their help is needed to complete the setup process.
5
Click Next.
6
Find the Settings area of the page and click Edit.
7
Enter the client ID and secret in the Client ID and Client Secret fields.
8
Enter the JWT token in the JWT field.
9
Click Save.
10
The connector’s label changes to Syncing, followed by Connected. You can view the logs to ensure that information is syncing.