* added close com source * added docs * added activities streams * added tasks streams * updated doc * fixed indent * added docs * add PR to doc * fix doc * fix doc * update after review * update after review * remove streams from empty_streams * move path from streams to Mixin classes * update README * add streams * update doc * fix opportunities cursor_field * remove Roles stream from tests * add Roles stream to SAT after fix in 5738 PR * add bootstrap.md * add bootstrap.md * update after review * update after review * remove state_checkpoint_interval
25 lines
825 B
JSON
25 lines
825 B
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.io/integrations/sources/close-com",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Close.com Spec",
|
|
"type": "object",
|
|
"required": ["api_key"],
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"description": "Close.com API key (usually starts with 'api_'; find yours <a href=\"https://app.close.com/settings/api/\">here</a>).",
|
|
"airbyte_secret": true
|
|
},
|
|
"start_date": {
|
|
"type": "string",
|
|
"description": "The start date to sync data. Leave blank for full sync. Format: YYYY-MM-DD.",
|
|
"examples": ["2021-01-01"],
|
|
"default": "2021-01-01",
|
|
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}$"
|
|
}
|
|
}
|
|
}
|
|
}
|