1
0
mirror of synced 2026-01-03 15:04:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-reply-io/source_reply_io/spec.yaml
Elliot T 69ac9b023c 🎉 New Source: Reply.io (#18844)
* 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>
2022-11-10 14:55:20 -03:00

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