1
0
mirror of synced 2026-01-08 12:03:02 -05:00
Files
airbyte/airbyte-integrations/connectors/source-ringcentral/source_ringcentral/spec.yaml
btkcodedev 4be1baf041 🎉 New Source: Ringcentral [Low code CDK] (#25701)
* Initial commit - All test passed

* add stream fax cover

* refactor docs

* fix schema, Added pagination

* Add several streams, fix schema

* fix schema, add streams, refactor docs

* EOF

* Resolve conflicts

* Resolve conflicts

* add metadata file

---------

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2023-05-18 11:25:45 -03:00

31 lines
1.1 KiB
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/ringcentral
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: RingCentral Spec
type: object
additionalProperties: true
required:
- auth_token
- account_id
- extension_id
properties:
auth_token:
title: Auth Token
type: string
description: Token could be recieved by following instructions at https://developers.ringcentral.com/api-reference/authentication
airbyte_secret: true
account_id:
title: Account Id
type: string
description: >
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)
airbyte_secret: true
extension_id:
title: Extension Id
type: string
description: >
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)
airbyte_secret: true