Type Alias AutomationConnectorsListObject

type AutomationConnectorsListObject = {
    billable?: boolean;
    description?: string | null;
    hasWebhooks?: boolean;
    id?: string;
    logoLarge?: string | null;
    logoMedium?: string | null;
    logoSmall?: string | null;
    name?: string;
}
Index
billable?: boolean

Indicates if the connector is billable.

description?: string | null

The description of the automation connector.

hasWebhooks?: boolean

Indicates if the connector supports webhooks.

id?: string
logoLarge?: string | null

The URL to the large logo of the connector.

logoMedium?: string | null

The URL to the medium logo of the connector.

logoSmall?: string | null

The URL to the small logo of the connector.

name?: string

The name of an automation connector.