@makehq/sdk
    Preparing search index...

    Type Alias ConnectedSystem

    Represents a connected system (on-prem bridge connection to an external app).

    type ConnectedSystem = {
        agentId: string;
        agentVersion?: string;
        appName: string;
        id: string;
        inputs?: ConnectedSystemInput[];
        name: string;
    }
    Index

    Properties

    agentId: string

    ID of the on-prem agent hosting this connection

    agentVersion?: string

    Agent version at time of connection

    appName: string

    Connected-system app slug

    id: string

    Unique identifier of the connected system

    Configured inputs

    name: string

    User-defined name