Skip to main content

ConnectorTypeInfoResponse

Connector type info plus built-in templates for that type.

typeType (string)required
functionsstring[]required
templateTemplate (string)required
builtin_templates object[]
  • Array [
  • is_builtinIs Builtin (boolean)
    Default value: true
    nameName (string)required
    description object
    anyOf
    string
    driver object

    Bindable native driver id for a managed connector; send as ConnectorCreate.driver.

    anyOf
    string
    options object
    property name*any
    packagesstring[]
    metadata object
    anyOf
    object
  • ]
  • ConnectorTypeInfoResponse
    {
    "type": "string",
    "functions": [
    "string"
    ],
    "template": "string",
    "builtin_templates": [
    {
    "is_builtin": true,
    "name": "string",
    "description": "string",
    "driver": "string",
    "options": {},
    "packages": [
    "string"
    ],
    "metadata": {}
    }
    ]
    }