* 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>
31 lines
1.1 KiB
YAML
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
|