RingCentral
This page contains the setup guide and reference information for the RingCentral source
Prerequisites
Auth Token (which acts as bearer token), account id and extension id are mandate for this connector to work, Account token could be recieved by following (Bearer ref - https://developers.ringcentral.com/api-reference/authentication), and account_id and extension id could be seen at response to basic api call to an endpoint with ~ operator. Example- (https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/business-hours)
Setup guide
Step 1: Set up RingCentral connection
- Get your bearer token by following auth section (ref - https://developers.ringcentral.com/api-reference/authentication)
- Setup params (All params are required)
- Available params
- auth_token: Recieved by following https://developers.ringcentral.com/api-reference/authentication
- account_id: Could be seen at response to basic api call to an endpoint with ~ operator.
\ Example- (https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/business-hours) - extension_id: Could be seen at response to basic api call to an endpoint with ~ operator.
\ Example- (https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/business-hours)