@makehq/sdk
    Preparing search index...

    Type Alias CreateConnectionBody

    Parameters for creating a new connection.

    type CreateConnectionBody = {
        accountName: string;
        data?: Record<string, JSONValue>;
        name: string;
        scopes?: string[];
        teamId: number;
    }
    Index

    Properties

    accountName: string

    Type of the connection

    data?: Record<string, JSONValue>

    Connection-specific configuration data

    name: string

    Name for the connection

    scopes?: string[]

    OAuth scopes to request, if applicable

    teamId: number

    ID of the team where the connection will be created