* configure connector * add docs * update PR number * update acceptance tests * add reply.io to source def * add error handler and backoff strategy * auto-bump connector version Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
15 lines
381 B
YAML
15 lines
381 B
YAML
documentationUrl: https://docs.airbyte.com/integrations/sources/reply-io
|
|
connectionSpecification:
|
|
$schema: http://json-schema.org/draft-07/schema#
|
|
title: Reply Io Spec
|
|
type: object
|
|
required:
|
|
- api_key
|
|
additionalProperties: true
|
|
properties:
|
|
api_key:
|
|
type: string
|
|
title: API Token
|
|
description: The API Token for Reply
|
|
airbyte_secret: true
|