Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com> Co-authored-by: Sergey Chvalyuk <grubberr@gmail.com>
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"documentationUrl": "https://docs.airbyte.io/integrations/sources/intercom",
|
|
"connectionSpecification": {
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"title": "Source Intercom Spec",
|
|
"type": "object",
|
|
"required": ["start_date", "access_token"],
|
|
"additionalProperties": true,
|
|
"properties": {
|
|
"start_date": {
|
|
"type": "string",
|
|
"title": "Start Date",
|
|
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.",
|
|
"examples": ["2020-11-16T00:00:00Z"],
|
|
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"
|
|
},
|
|
"access_token": {
|
|
"title": "Access Token",
|
|
"type": "string",
|
|
"description": "Access Token for making authenticated requests. See the <a href=\"https://docs.airbyte.io/integrations/sources/intercom\">docs</a> for more information on how to obtain this key manually.",
|
|
"airbyte_secret": true
|
|
}
|
|
}
|
|
},
|
|
"authSpecification": {
|
|
"auth_type": "oauth2.0",
|
|
"oauth2Specification": {
|
|
"rootObject": [],
|
|
"oauthFlowInitParameters": [],
|
|
"oauthFlowOutputParameters": [["access_token"]]
|
|
}
|
|
}
|
|
}
|