Type Alias AutomationConnectorDetail

type AutomationConnectorDetail = {
    billable?: boolean;
    blocks?: AutomationConnectorBlock[];
    connectDocumentation?: string | null;
    description?: string | null;
    hasWebhooks?: boolean;
    id?: string;
    name?: string;
    params?: AutomationConnectorParam[];
    snippets?: AutomationConnectorSnippet[];
}
Index
billable?: boolean

Indicates if the connector is billable.

The available blocks (endpoints) for this connector.

connectDocumentation?: string | null

Documentation for setting up a connection with this connector.

description?: string | null

The description of the automation connector.

hasWebhooks?: boolean

Indicates if the connector supports webhooks.

id?: string
name?: string

The name of the automation connector.

The connection parameters required to authenticate with this connector.

The available snippet templates for this connector.