Skip to main content

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 received 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​

Step 2: Set up the RingCentral connector in Airbyte​

For Airbyte Cloud:​

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click +new source.
  3. On the Set up the source page, enter the name for the RingCentral connector and select RingCentral from the Source type dropdown.
  4. Enter your auth_token, account_id, extension_id.
  5. Click Set up source.

For Airbyte OSS:​

  1. Navigate to the Airbyte Open Source dashboard.
  2. Set the name for your source.
  3. Enter your auth_token, account_id, extension_id.
  4. Click Set up source.

Supported sync modes​

The RingCentral source connector supports the following sync modes:

FeatureSupported?
Full Refresh SyncYes
Incremental SyncNo
Replicate Incremental DeletesNo
SSL connectionYes
NamespacesNo

Supported Streams​

  • user_business_hours
  • company_business_hours
  • callblock_settings
  • blocked_allowed_phonenumbers
  • forwarding_numbers
  • company_call_handling_rules
  • user_call_records
  • user_active_calls
  • call_monitoring_groups
  • call_queues
  • call_record_settings
  • greetings
  • ivr_prompts
  • fax_cover

API method example​

GET https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/business-hours

Performance considerations​

RingCentral API reference has v1 at present. The connector as default uses v1.

IP allow list​

If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.

Reference​

Config fields reference

Field
Type
Property name
string
account_id
string
auth_token
string
extension_id

Changelog​

Expand to review
VersionDatePull RequestSubject
0.2.222025-05-2460537Update dependencies
0.2.212025-05-1060159Update dependencies
0.2.202025-05-0459640Update dependencies
0.2.192025-04-2758396Update dependencies
0.2.182025-04-1257968Update dependencies
0.2.172025-04-0557359Update dependencies
0.2.162025-03-2956772Update dependencies
0.2.152025-03-2256231Update dependencies
0.2.142025-03-0855050Update dependencies
0.2.132025-02-2354554Update dependencies
0.2.122025-02-1553968Update dependencies
0.2.112025-02-0853492Update dependencies
0.2.102025-02-0152969Update dependencies
0.2.92025-01-2552517Update dependencies
0.2.82025-01-1851882Update dependencies
0.2.72025-01-1151353Update dependencies
0.2.62024-12-2850716Update dependencies
0.2.52024-12-2150298Update dependencies
0.2.42024-12-1449665Update dependencies
0.2.32024-12-1249367Update dependencies
0.2.22024-12-1149048Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
0.2.12024-10-2947611Update dependencies
0.2.02024-08-2044448Refactor connector to manifest-only format
0.1.152024-08-1744247Update dependencies
0.1.142024-08-1243830Update dependencies
0.1.132024-08-1043662Update dependencies
0.1.122024-08-0343148Update dependencies
0.1.112024-07-2742591Update dependencies
0.1.102024-07-2042294Update dependencies
0.1.92024-07-1341891Update dependencies
0.1.82024-07-1041433Update dependencies
0.1.72024-07-1041328Update dependencies
0.1.62024-07-0640973Update dependencies
0.1.52024-06-2540480Update dependencies
0.1.42024-06-2240054Update dependencies
0.1.32024-06-0639111Make compatible with builder
0.1.22024-06-0438937[autopull] Upgrade base image to v1.2.1
0.1.12024-05-2038382[autopull] base image + poetry + up_to_date
0.1.02023-05-10InitInitial commit