Skip to content

ConnectorGetResponse

A connector catalog entry from the Integration Service.

Extends

Properties

Property Type Description
authentication? ConnectorAuthentication Authentication scheme(s) supported by the connector.
categories? string[] Categories the connector belongs to (e.g. CRM, Communication).
connectionCount? number Number of connection instances for this connector.
customConnectorId? number ID of the parent custom connector (when this connector is a fork).
description? string Free-form description.
enabled? boolean Whether the connector is enabled on this tenant.
eventTypes? string[] Event types the connector emits.
flags? Record<string, boolean> Boolean feature flags exposed by the connector.
hasEvents? boolean Whether the connector publishes events / triggers.
id number Numeric connector ID.
image? string URL to the connector's logo image.
isOwner? boolean Whether the caller owns the connector.
isPrivate boolean Whether the connector is private (custom or org-scoped).
key string Stable connector key (used as elementKey for Elements API calls).
lifeCycleStage? LifeCycleStage Lifecycle stage.
name string Display name (e.g. "Slack", "Microsoft OneDrive").
tags? string Tag string (comma-separated).
templateProperties? ConnectorTemplateProperties Template properties describing how to configure the connector.
tier? string Tier (e.g. 1, 2).
type? string Connector classification (e.g. application, database).
vendorName? string Vendor / publisher name.