@makehq/sdk
    Preparing search index...

    Type Alias CreateConnectedSystemBody

    Parameters for creating a connected system. inputs is a keyed object matching the app's dynamic form (see OnPremAgents.getAppConfig).

    type CreateConnectedSystemBody = {
        agentId: string;
        appName: string;
        inputs: Record<string, JSONValue>;
        name: string;
    }
    Index

    Properties

    agentId: string

    On-prem agent UUID that will host the connection

    appName: string

    App slug from Enums.connectedSystemApps()

    inputs: Record<string, JSONValue>

    App-specific configuration values keyed by field name

    name: string

    Display name for the connected system